pitchtypes.basetypes.Diatonic
- class pitchtypes.basetypes.Diatonic
 Bases:
ABCSome intervals have a notion of a diatonic step and implement this interface.
- __init__()
 
Methods
__init__()is_step()Return True if the interval is considered a step, False otherwise.
- __weakref__
 list of weak references to the object
- abstractmethod is_step()
 Return True if the interval is considered a step, False otherwise.
- Returns:
 the stepness of the interval (boolean)