Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ perfect_fifth
Function
perfect_fifth
mingus/core/intervals.py:212–213 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
210
211
212
def
perfect_fifth(note):
213
return
major_fifth(note)
214
215
216
def
minor_sixth(note):
Callers
nothing calls this directly
Calls
1
major_fifth
Function · 0.85
Tested by
no test coverage detected