MCPcopy Index your code
hub / github.com/numpy/numpy / read

Method read

numpy/lib/tests/test_io.py:2601–2602  ·  view source on GitHub ↗
(self, n)

Source from the content-addressed store, hash-verified

2599 self.base = base
2600
2601 def read(self, n):
2602 return self.base.read(n)
2603
2604 def seek(self, off, whence=0):
2605 return self.base.seek(off, whence)

Callers 15

get_submodule_pathsFunction · 0.45
find_missingFunction · 0.45
write_htmlMethod · 0.45
mainFunction · 0.45
doxy_configFunction · 0.45
write_fileFunction · 0.45
assert_features_equalFunction · 0.45
test_tofile_sepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected