Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
def
_fiff_get_fid(fname):
Callers
15
get_deps_to_check
Function · 0.80
github_actions_check_old_lockfile.py
File · 0.80
spec_zero_update_versions.py
File · 0.80
read_neo_format.py
File · 0.80
_get_installer_packages
Function · 0.80
read_mri_cfg
Function · 0.80
_get_epoch_from_raw
Method · 0.80
_read_stc
Function · 0.80
_read_w
Function · 0.80
read_from_file_or_buffer
Function · 0.80
_get_mgz_header
Function · 0.80
_read_dipole_bdip
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_show_fiff
Function · 0.64
test_read_write_info
Function · 0.64
test_file_like
Function · 0.64
test_corrupted
Function · 0.64
test_neuralynx
Function · 0.64
test_unknown_format
Function · 0.64
test_edf_data_broken
Function · 0.64
test_invalid_date
Function · 0.64
test_bdf_read_from_bad_file_like
Function · 0.64
test_bdf_read_from_file_like
Function · 0.64
test_edf_read_from_bad_file_like
Function · 0.64
test_edf_read_from_file_like
Function · 0.64