MCPcopy Create free account
hub / github.com/numpy/numpy / read

Method read

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

Source from the content-addressed store, hash-verified

2666 self.base = base
2667
2668 def read(self, n):
2669 return self.base.read(n)
2670
2671 def seek(self, off, whence=0):
2672 return self.base.seek(off, whence)

Callers 15

_compute_hashFunction · 0.45
write_release_taskFunction · 0.45
mainFunction · 0.45
build_projectFunction · 0.45
__enter__Method · 0.45
get_countFunction · 0.45
find_missingFunction · 0.45
_run_doctestsFunction · 0.45
check_doctests_testfileFunction · 0.45
mainFunction · 0.45
process_tempita_pyxFunction · 0.45
process_tempita_pydFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected