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

Class ScaleDemoLimited

tests/test_code/py/inherits/inherits.py:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
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

no outgoing calls

Tested by

no test coverage detected