New in version 2.0.
Abjad model of melodic chromatic interval-class vector:
abjad> print pitchtools.MelodicChromaticIntervalClassVector([-2, -14, 3, 5.5, 6.5])
. | . . 1 . . . | . . . . . .
| . 2 . . . . | . . . . . .
| . . . . . 1 | 1 . . . . .
| . . . . . . | . . . . . .
Melodic chromatic interval-class vectors are immutable.
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
If key is not found, d is returned if given, otherwise KeyError is raised
Note
Inherited from __builtin__.dict
2-tuple; but raise KeyError if D is empty.
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
If E has a .keys() method, does: for k in E: D[k] = E[k] If E lacks .keys() method, does: for (k, v) in E: D[k] = v In either case, this is followed by: for k in F: D[k] = F[k]
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
Note
Inherited from datastructuretools.ImmutableDictionary
x.__eq__(y) <==> x==y
Note
Inherited from __builtin__.dict
x.__ge__(y) <==> x>=y
Note
Inherited from __builtin__.dict
x.__getitem__(y) <==> x[y]
Note
Inherited from __builtin__.dict
x.__gt__(y) <==> x>y
Note
Inherited from __builtin__.dict
Note
Inherited from __builtin__.dict
x.__le__(y) <==> x<=y
Note
Inherited from __builtin__.dict
x.__lt__(y) <==> x<y
Note
Inherited from __builtin__.dict
x.__ne__(y) <==> x!=y
Note
Inherited from __builtin__.dict
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object
Note
Inherited from datastructuretools.ImmutableDictionary