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

Method copy

mne/source_space/_source_space.py:484–492  ·  view source on GitHub ↗

Make a copy of the source spaces. Returns ------- src : instance of SourceSpaces The copied source spaces.

(self)

Source from the content-addressed store, hash-verified

482 return SourceSpaces(out)
483
484 def copy(self):
485 """Make a copy of the source spaces.
486
487 Returns
488 -------
489 src : instance of SourceSpaces
490 The copied source spaces.
491 """
492 return deepcopy(self)
493
494 def __deepcopy__(self, memodict):
495 """Make a deepcopy."""

Callers 15

__add__Method · 0.95
export_volumeMethod · 0.45
_read_one_source_spaceFunction · 0.45
_write_one_source_spaceFunction · 0.45
_grid_interp_jitFunction · 0.45
test_add_patch_infoFunction · 0.45
combine_adjacencyFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_add_patch_infoFunction · 0.36
test_regressionFunction · 0.36
test_cosine_scoreFunction · 0.36
test_metricsFunction · 0.36
stc_iter_badFunction · 0.36
test_simulate_raw_sphereFunction · 0.36
test_degenerateFunction · 0.36
test_simulate_round_tripFunction · 0.36