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

Class MajorScales

tests/test_code/py/inherits/inherits_import.py:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# from https://ruby-doc.com/docs/ProgrammingRuby/html/tut_modules.html
2
3class MajorScales():
4 def majorNum(self):
5 if self.numNotes is None:
6 self.numNotes = 7
7 return self.numNotes
8
9
10class PentatonicScales():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected