Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_paths
Function · 0.45
find_missing
Function · 0.45
write_html
Method · 0.45
main
Function · 0.45
doxy_config
Function · 0.45
write_file
Function · 0.45
assert_features_equal
Function · 0.45
test_fromfile_tofile_seeks
Method · 0.45
test_recarray_fromfile
Method · 0.45
test_file_position_after_fromfile
Method · 0.45
test_file_position_after_tofile
Method · 0.45
test_tofile_sep
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected