Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ seek
Method
seek
Lib/test/test_io/utils.py:115–116 ·
view source on GitHub ↗
(self, pos, whence)
Source
from the content-addressed store, hash-verified
113
return
super().read(n) * 2
114
115
def
seek(self, pos, whence):
116
return
-123
117
118
def
tell(self):
119
return
-456
Callers
15
test_message_from_file
Method · 0.45
get_code_from_pyc
Function · 0.45
test_old_timestamp
Method · 0.45
test_read_only_bytecode
Method · 0.45
bar
Method · 0.45
test_append_to_non_zip_file
Method · 0.45
test_seek_tell
Method · 0.45
test_read_after_seek
Method · 0.45
test_uncompressed_interleaved_seek_read
Method · 0.45
test_seek_tell
Method · 0.45
test_stored_seek_and_read
Method · 0.45
test_source_synopsis
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_message_from_file
Method · 0.36
test_old_timestamp
Method · 0.36
test_read_only_bytecode
Method · 0.36
bar
Method · 0.36
test_append_to_non_zip_file
Method · 0.36
test_seek_tell
Method · 0.36
test_read_after_seek
Method · 0.36
test_uncompressed_interleaved_seek_read
Method · 0.36
test_seek_tell
Method · 0.36
test_stored_seek_and_read
Method · 0.36
test_source_synopsis
Method · 0.36
run_cli
Method · 0.36