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

Function add_result

mingus/core/chords.py:971–972  ·  view source on GitHub ↗
(short)

Source from the content-addressed store, hash-verified

969 intval2 = intervals.determine(triad[0], triad[2], True)
970
971 def add_result(short):
972 result.append((short, tries, triad[0]))
973
974 intval = intval1 + intval2
975 if intval == "25":

Callers 1

inversion_exhausterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected