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

Method copy

mne/label.py:446–454  ·  view source on GitHub ↗

Copy the label instance. Returns ------- label : instance of Label The copied label.

(self)

Source from the content-addressed store, hash-verified

444 write_label(filename, self)
445
446 def copy(self):
447 """Copy the label instance.
448
449 Returns
450 -------
451 label : instance of Label
452 The copied label.
453 """
454 return cp.deepcopy(self)
455
456 def fill(self, src, name=None):
457 """Fill the surface between sources for a source space label.

Callers 15

__add__Method · 0.95
fillMethod · 0.95
restrictMethod · 0.95
test_label_additionFunction · 0.95
label_from_stc.pyFile · 0.45
evoked_arrowmap.pyFile · 0.45
otp.pyFile · 0.45

Calls

no outgoing calls

Tested by 10

test_label_additionFunction · 0.76
_evokedFunction · 0.36
evokedFunction · 0.36
full_evokedFunction · 0.36
_bias_paramsFunction · 0.36
_evoked_cov_sphereFunction · 0.36
fwd_volume_smallFunction · 0.36
_all_src_types_fwdFunction · 0.36
all_src_types_inv_evokedFunction · 0.36
mixed_fwd_cov_evokedFunction · 0.36