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

Method space_left

mingus/containers/bar.py:162–164  ·  view source on GitHub ↗

Return the space left on the Bar.

(self)

Source from the content-addressed store, hash-verified

160 return (min, max)
161
162 def space_left(self):
163 """Return the space left on the Bar."""
164 return self.length - self.current_beat
165
166 def value_left(self):
167 """Return the value left on the Bar."""

Callers 1

value_leftMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected