MCPcopy Index your code
hub / github.com/mne-tools/mne-python / default_path

Function default_path

mne/datasets/utils.py:97–109  ·  view source on GitHub ↗

Get the default MNE_DATA path. Parameters ---------- %(verbose)s Returns ------- data_path : instance of Path Path to the default MNE_DATA directory.

(*, verbose=None)

Source from the content-addressed store, hash-verified

95
96@verbose
97def default_path(*, verbose=None):
98 """Get the default MNE_DATA path.
99
100 Parameters
101 ----------
102 %(verbose)s
103
104 Returns
105 -------
106 data_path : instance of Path
107 Path to the default MNE_DATA directory.
108 """
109 return _get_path(None, None, None)
110
111
112def _get_path(path, key, name):

Callers 1

Calls 1

_get_pathFunction · 0.85

Tested by

no test coverage detected