MCPcopy
hub / github.com/mne-tools/mne-python / copy

Method copy

mne/bem.py:108–110  ·  view source on GitHub ↗

Return copy of ConductorModel instance.

(self)

Source from the content-addressed store, hash-verified

106 return f"<ConductorModel | {extra}>"
107
108 def copy(self):
109 """Return copy of ConductorModel instance."""
110 return deepcopy(self)
111
112 @property
113 def radius(self):

Callers 4

_ensure_bem_surfacesFunction · 0.95
fit_dipoleFunction · 0.95
_prepare_envFunction · 0.45
_symlinkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected