New in version 2.0.
Abjad model of Scheme associative list:
abjad> from abjad.tools.schemetools import SchemeAssociativeList
abjad> SchemeAssociativeList(('space', 2), ('padding', 0.5))
SchemeAssociativeList((SchemePair(('space', 2)), SchemePair(('padding', 0.5))))
Scheme associative lists are immutable.
Hash-mark-prepended format of Scheme:
abjad> from abjad.tools.schemetools import Scheme
abjad> Scheme(True).format
'##t'
Returns string.
Note
Inherited from schemetools.Scheme
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
Note
Inherited from schemetools.Scheme
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
Abjad objects by default do not implement this method.
Raise exception
Note
Inherited from abctools.AbjadObject
Note
Inherited from __builtin__.object
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
True when id(self) does not equal id(arg).
Return boolean.
Note
Inherited from abctools.AbjadObject
Note
Inherited from schemetools.Scheme
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object
Note
Inherited from schemetools.Scheme