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

Class FakePentatonicScales

tests/test_code/py/inherits/inherits.py:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class FakePentatonicScales():
15 def pentaNum(self):
16 if self.numNotes is None:
17 self.numNotes = 5
18 return self.numNotes
19
20
21class ScaleDemo(MajorScales, PentatonicScales):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected