TerminalQEvent¶
-
class
abjadext.nauert.TerminalQEvent.
TerminalQEvent
(offset=0)¶ Terminal q-event.
>>> q_event = abjadext.nauert.TerminalQEvent(1000) >>> print(format(q_event)) abjadext.nauert.TerminalQEvent( offset=abjad.Offset(1000, 1), )
Carries no significance outside the context of a
QEventSequence
.Attributes Summary
__eq__
Is true when argument is a terminal q-event with offset equal to that of this terminal q-event. __hash__
Hashes terminal q-event. Special methods
-
__eq__
(argument)¶ Is true when argument is a terminal q-event with offset equal to that of this terminal q-event. Otherwise false.
Returns true or false.
-
(
AbjadObject
).__format__
(format_specification='')¶ Formats Abjad object.
Set
format_specification
to''
or'storage'
. Interprets''
equal to'storage'
.Returns string.
-
__hash__
()¶ Hashes terminal q-event.
Required to be explicitly redefined on Python 3 if __eq__ changes.
Returns integer.
-
(
AbjadObject
).__repr__
()¶ Gets interpreter representation of Abjad object.
Returns string.
Read-only properties
-