MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __init__

Method __init__

tests/test_code/py/inherits/inherits.py:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31class ScaleDemoLimited(MajorScales):
32 def __init__(self):
33 self.numNotes = None
34 print(self.majorNum())
35
36
37sd = ScaleDemo()

Callers

nothing calls this directly

Calls 1

majorNumMethod · 0.45

Tested by

no test coverage detected