MCPcopy Create free account
hub / github.com/bspaans/python-mingus / ascending

Method ascending

mingus/core/scales.py:123–125  ·  view source on GitHub ↗

Return the list of ascending notes.

(self)

Source from the content-addressed store, hash-verified

121 return len(self.ascending())
122
123 def ascending(self):
124 """Return the list of ascending notes."""
125 raise NotImplementedError
126
127 def descending(self):
128 """Return the list of descending notes."""

Callers 5

__str__Method · 0.95
__eq__Method · 0.95
__len__Method · 0.95
descendingMethod · 0.95
degreeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected