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

Function start_block

mne/_fiff/write.py:270–272  ·  view source on GitHub ↗

Write a FIFF_BLOCK_START tag.

(fid, kind)

Source from the content-addressed store, hash-verified

268
269
270def start_block(fid, kind):
271 """Write a FIFF_BLOCK_START tag."""
272 write_int(fid, FIFF.FIFF_BLOCK_START, kind)
273
274
275def end_block(fid, kind):

Callers 15

_save_partFunction · 0.85
write_bem_surfacesFunction · 0.85
_write_bem_solution_fifFunction · 0.85
_write_morph_map_Function · 0.85
write_eventsFunction · 0.85
_write_annotationsFunction · 0.85
_write_covFunction · 0.85
_write_evokedsFunction · 0.85
_write_forward_solutionFunction · 0.85
write_forward_meas_infoFunction · 0.85

Calls 1

write_intFunction · 0.85

Tested by

no test coverage detected