Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
class
ScaleDemoLimited(MajorScales):
32
def
__init__(self):
33
self.numNotes = None
34
print(self.majorNum())
35
36
37
sd = ScaleDemo()
Callers
nothing calls this directly
Calls
1
majorNum
Method · 0.45
Tested by
no test coverage detected