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

Method __init__

mingus/midi/sequencer.py:68–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 MSG_PLAY_COMPOSITION = 13
67
68 def __init__(self):
69 self.listeners = []
70 self.init()
71
72 # Events Implement some of these functions when subclassing
73
74 def init(self):
75 pass

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected