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

Method __len__

mingus/core/scales.py:120–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 return not self.__eq__(other)
119
120 def __len__(self):
121 return len(self.ascending())
122
123 def ascending(self):
124 """Return the list of ascending notes."""

Callers

nothing calls this directly

Calls 1

ascendingMethod · 0.95

Tested by

no test coverage detected