MCPcopy
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
2608def test_ducktyping():

Callers 15

mainFunction · 0.80
get_remaining_sizeFunction · 0.80
fromfileFunction · 0.80
__new__Method · 0.80
test_char_dumpMethod · 0.80
test_largish_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected