Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ path_multi_author
Function
path_multi_author
tools/dev/ensure_headers.py:68–70 ·
view source on GitHub ↗
Check if a file allows multi-author comments.
(path)
Source
from the content-addressed store, hash-verified
66
67
68
def
path_multi_author(path):
69
""
"Check if a file allows multi-author comments."
""
70
return
path.parts[0] in (
"examples"
,
"tutorials"
)
71
72
73
def
get_author_idx(path, lines):
Callers
1
_ensure_author
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected