MCPcopy Create free account
hub / github.com/bspaans/python-mingus / count_strings

Method count_strings

mingus/extra/tunings.py:55–57  ·  view source on GitHub ↗

Return the number of strings.

(self)

Source from the content-addressed store, hash-verified

53 self.description = description
54
55 def count_strings(self):
56 """Return the number of strings."""
57 return len(self.tuning)
58
59 def count_courses(self):
60 """Return the average number of courses per string."""

Callers 4

get_NoteMethod · 0.95
get_tuningFunction · 0.80
get_tuningsFunction · 0.80
test_count_stringsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_count_stringsMethod · 0.64