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

Method sort

mingus/containers/note_container.py:266–268  ·  view source on GitHub ↗

Sort the notes in the container from low to high.

(self)

Source from the content-addressed store, hash-verified

264 return res
265
266 def sort(self):
267 """Sort the notes in the container from low to high."""
268 self.notes.sort()
269
270 def augment(self):
271 """Augment all the notes in the NoteContainer."""

Callers 5

test_sortMethod · 0.95
play_BarsMethod · 0.80
add_noteMethod · 0.80
play_noteFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_sortMethod · 0.76