tonalitytools.DoublingIndicator

Inheritance diagram of abjad.tools.tonalitytools.DoublingIndicator.DoublingIndicator.DoublingIndicator

class abjad.tools.tonalitytools.DoublingIndicator.DoublingIndicator.DoublingIndicator(doublings)[source]

New in version 2.0.

Indicator of chord doubling.

Value object that can not be changed after instantiation.

Read-only Properties

DoublingIndicator.doublings[source]

Special Methods

DoublingIndicator.__delattr__()

x.__delattr__(‘name’) <==> del x.name

Note

Inherited from __builtin__.object

DoublingIndicator.__eq__(arg)

True when id(self) equals id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

DoublingIndicator.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

DoublingIndicator.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

DoublingIndicator.__hash__() <==> hash(x)

Note

Inherited from __builtin__.object

DoublingIndicator.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

DoublingIndicator.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

DoublingIndicator.__ne__(arg)

True when id(self) does not equal id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

DoublingIndicator.__repr__()

Interpreter representation of Abjad object defaulting to class name, mandatory arguments, keyword arguments.

Return string.

Note

Inherited from abctools.AbjadObject

DoublingIndicator.__setattr__()

x.__setattr__(‘name’, value) <==> x.name = value

Note

Inherited from __builtin__.object

DoublingIndicator.__str__() <==> str(x)

Note

Inherited from __builtin__.object

Table Of Contents

This Page