MCPcopy Create free account
hub / github.com/mne-tools/mne-python / append

Method append

mne/annotations.py:138–139  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

136 super().__iadd__(other)
137
138 def append(self, item):
139 super().append(self._validate_value(item))
140
141 def insert(self, i, item):
142 super().insert(i, self._validate_value(item))

Callers

nothing calls this directly

Calls 2

_validate_valueMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected