New in version 2.0.
Abjad model of inversion-equivalent diatonic interval-class vector:
abjad> staff = Staff("c'8 d'8 e'8 f'8 g'8")
abjad> pitchtools.InversionEquivalentDiatonicIntervalClassVector(staff)
InversionEquivalentDiatonicIntervalClassVector(P1: 0, aug1: 0, m2: 1, M2: 3, aug2: 0, dim3: 0, m3: 2, M3: 1, dim4: 0, P4: 3, aug4: 0)
Inversion-equivalent diatonic interval-class vector are not quatertone-aware.
Inversion-equivalent diatonic 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.__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
Note
Inherited from __builtin__.dict
x.__lt__(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