Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ PentatonicScales
Class
PentatonicScales
tests/test_code/py/inherits/inherits_import.py:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
10
class
PentatonicScales():
11
def
pentaNum(self):
12
if
self.numNotes is None:
13
self.numNotes = 5
14
return
self.numNotes
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected