Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_mode
Method · 0.95
test_text_newline_and_encoding
Method · 0.95
test_truncate_with_size_parameter
Method · 0.95
rollover
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_text_mode
Method · 0.76
test_text_newline_and_encoding
Method · 0.76
test_truncate_with_size_parameter
Method · 0.76