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

Method read

mne/_fiff/open.py:36–37  ·  view source on GitHub ↗
(self, size=-1)

Source from the content-addressed store, hash-verified

34 return self.fid.seek(offset, whence)
35
36 def read(self, size=-1):
37 return self.fid.read(size)
38
39
40def _fiff_get_fid(fname):

Callers 15

get_deps_to_checkFunction · 0.80
read_neo_format.pyFile · 0.80
_get_installer_packagesFunction · 0.80
read_mri_cfgFunction · 0.80
_get_epoch_from_rawMethod · 0.80
_read_stcFunction · 0.80
_read_wFunction · 0.80
read_from_file_or_bufferFunction · 0.80
_get_mgz_headerFunction · 0.80
_read_dipole_bdipFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_show_fiffFunction · 0.64
test_read_write_infoFunction · 0.64
test_file_likeFunction · 0.64
test_corruptedFunction · 0.64
test_neuralynxFunction · 0.64
test_unknown_formatFunction · 0.64
test_edf_data_brokenFunction · 0.64
test_invalid_dateFunction · 0.64