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:22–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
21
class
ScaleDemo(MajorScales, PentatonicScales):
22
def
__init__(self):
23
self.numNotes = None
24
print(self.majorNum())
25
print(self.pentaNum())
26
27
def
nothing(self):
28
pass
Callers
nothing calls this directly
Calls
2
majorNum
Method · 0.45
pentaNum
Method · 0.45
Tested by
no test coverage detected