Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ perfect_fourth
Function
perfect_fourth
mingus/core/intervals.py:198–199 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
196
197
198
def
perfect_fourth(note):
199
return
major_fourth(note)
200
201
202
def
minor_fifth(note):
Callers
nothing calls this directly
Calls
1
major_fourth
Function · 0.85
Tested by
no test coverage detected