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

Method __init__

mne/annotations.py:110–113  ·  view source on GitHub ↗
(self, initlist=None)

Source from the content-addressed store, hash-verified

108 )
109
110 def __init__(self, initlist=None):
111 if not (isinstance(initlist, _AnnotationsExtrasList) or initlist is None):
112 initlist = [self._validate_value(v) for v in initlist]
113 super().__init__(initlist)
114
115 def __setitem__( # type: ignore[override]
116 self,

Callers

nothing calls this directly

Calls 2

_validate_valueMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected