Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ insert
Method
insert
mne/annotations.py:141–142 ·
view source on GitHub ↗
(self, i, item)
Source
from the content-addressed store, hash-verified
139
super().append(self._validate_value(item))
140
141
def
insert(self, i, item):
142
super().insert(i, self._validate_value(item))
143
144
def
extend(self, other):
145
if
not isinstance(other, _AnnotationsExtrasList):
Callers
15
_ensure_author
Function · 0.80
_ensure_license
Function · 0.80
_ensure_copyright
Function · 0.80
_ensure_blank
Function · 0.80
fix_sklearn_inherited_docstrings
Function · 0.80
generate_commands_rst
Function · 0.80
run
Method · 0.80
_trans_from_params
Function · 0.80
write_labels_to_annot
Function · 0.80
expand
Method · 0.80
_find_stim_steps
Function · 0.80
_find_events
Function · 0.80
Calls
1
_validate_value
Method · 0.95
Tested by
4
test_bino_to_mono
Function · 0.64
test_chunk_duration
Function · 0.64
test_sorting
Function · 0.64
_create_raw_for_edf_tests
Function · 0.64