tonalitytools.ExtentIndicator

Inheritance diagram of abjad.tools.tonalitytools.ExtentIndicator.ExtentIndicator.ExtentIndicator

class abjad.tools.tonalitytools.ExtentIndicator.ExtentIndicator.ExtentIndicator(arg)[source]

New in version 2.0.

Indicator of chord extent, such as triad, seventh chord, ninth chord, etc.

Value object that can not be changed after instantiation.

Read-only Properties

ExtentIndicator.name[source]
ExtentIndicator.number[source]

Special Methods

ExtentIndicator.__delattr__()

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

Note

Inherited from __builtin__.object

ExtentIndicator.__eq__(arg)[source]
ExtentIndicator.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

ExtentIndicator.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

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

Note

Inherited from __builtin__.object

ExtentIndicator.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

ExtentIndicator.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

ExtentIndicator.__ne__(arg)[source]
ExtentIndicator.__repr__()[source]
ExtentIndicator.__setattr__()

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

Note

Inherited from __builtin__.object

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

Note

Inherited from __builtin__.object

Table Of Contents

This Page