Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ seek
Method
seek
numpy/lib/tests/test_io.py:2604–2605 ·
view source on GitHub ↗
(self, off, whence=0)
Source
from the content-addressed store, hash-verified
2602
return
self.base.read(n)
2603
2604
def
seek(self, off, whence=0):
2605
return
self.base.seek(off, whence)
2606
2607
2608
def
test_ducktyping():
Callers
15
main
Function · 0.80
get_remaining_size
Function · 0.80
fromfile
Function · 0.80
__new__
Method · 0.80
test_pickle_transposed
Method · 0.80
test_char_dump
Method · 0.80
test_unpickle_dtype_with_object
Method · 0.80
test_fromfile_tofile_seeks
Method · 0.80
test_recarray_fromfile
Method · 0.80
test_zero_width_string
Method · 0.80
test_largish_file
Method · 0.80
test_file_position_after_fromfile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected