pitchtools.InversionEquivalentChromaticIntervalClassSet

Inheritance diagram of abjad.tools.pitchtools.InversionEquivalentChromaticIntervalClassSet.InversionEquivalentChromaticIntervalClassSet.InversionEquivalentChromaticIntervalClassSet

class abjad.tools.pitchtools.InversionEquivalentChromaticIntervalClassSet.InversionEquivalentChromaticIntervalClassSet.InversionEquivalentChromaticIntervalClassSet(*args, **kwargs)[source]

New in version 2.0.

Abjad model of inversion-equivalent chromatic interval-class set:

abjad> pitchtools.InversionEquivalentChromaticIntervalClassSet([1, 1, 6, 2, 2])
InversionEquivalentChromaticIntervalClassSet(1, 2, 6)

Inversion-equivalent chromatic interval-class sets are immutable.

Read-only Properties

InversionEquivalentChromaticIntervalClassSet.inversion_equivalent_chromatic_interval_class_numbers[source]
InversionEquivalentChromaticIntervalClassSet.inversion_equivalent_chromatic_interval_classes[source]

Methods

InversionEquivalentChromaticIntervalClassSet.copy()

Return a shallow copy of a set.

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.difference()

Return the difference of two or more sets as a new set.

(i.e. all elements that are in this set but not the others.)

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.intersection()

Return the intersection of two or more sets as a new set.

(i.e. elements that are common to all of the sets.)

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.isdisjoint()

Return True if two sets have a null intersection.

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.issubset()

Report whether another set contains this set.

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.issuperset()

Report whether this set contains another set.

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.symmetric_difference()

Return the symmetric difference of two sets as a new set.

(i.e. all elements that are in exactly one of the sets.)

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.union()

Return the union of sets as a new set.

(i.e. all elements that are in either set.)

Note

Inherited from __builtin__.frozenset

Special Methods

InversionEquivalentChromaticIntervalClassSet.__and__()

x.__and__(y) <==> x&y

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__cmp__(y) <==> cmp(x, y)

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__contains__()

x.__contains__(y) <==> y in x.

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__delattr__()

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

Note

Inherited from __builtin__.object

InversionEquivalentChromaticIntervalClassSet.__eq__()

x.__eq__(y) <==> x==y

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__ge__()

x.__ge__(y) <==> x>=y

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__gt__()

x.__gt__(y) <==> x>y

Note

Inherited from __builtin__.frozenset

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

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__iter__() <==> iter(x)

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__le__()

x.__le__(y) <==> x<=y

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__len__() <==> len(x)

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__lt__()

x.__lt__(y) <==> x<y

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__ne__()

x.__ne__(y) <==> x!=y

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__or__()

x.__or__(y) <==> x|y

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__rand__()

x.__rand__(y) <==> y&x

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__repr__()[source]
InversionEquivalentChromaticIntervalClassSet.__ror__()

x.__ror__(y) <==> y|x

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__rsub__()

x.__rsub__(y) <==> y-x

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__rxor__()

x.__rxor__(y) <==> y^x

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__setattr__()

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

Note

Inherited from __builtin__.object

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

Note

Inherited from __builtin__.object

InversionEquivalentChromaticIntervalClassSet.__sub__()

x.__sub__(y) <==> x-y

Note

Inherited from __builtin__.frozenset

InversionEquivalentChromaticIntervalClassSet.__xor__()

x.__xor__(y) <==> x^y

Note

Inherited from __builtin__.frozenset

Table Of Contents

This Page