MCPcopy Index your code
hub / github.com/python/cpython / seek

Method seek

Lib/tempfile.py:848–849  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

846 return self._file.seekable()
847
848 def seek(self, *args):
849 return self._file.seek(*args)
850
851 def tell(self):
852 return self._file.tell()

Callers 4

test_text_modeMethod · 0.95
rolloverMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_text_modeMethod · 0.76