MCPcopy
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
68def path_multi_author(path):
69 """Check if a file allows multi-author comments."""
70 return path.parts[0] in ("examples", "tutorials")
71
72
73def get_author_idx(path, lines):

Callers 1

_ensure_authorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected