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

Method append

mne/annotations.py:981–985  ·  view source on GitHub ↗

Append an item to the end of the HEDString list.

(self, item)

Source from the content-addressed store, hash-verified

979 return hs
980
981 def append(self, item):
982 """Append an item to the end of the HEDString list."""
983 hs = self._validate_hed_string(item, self._schema)
984 super().append(hs.get_original_hed_string())
985 self._objs.append(hs)
986
987
988def _hed_extras_from_hed_annotations(annot):

Callers

nothing calls this directly

Calls 2

_validate_hed_stringMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected