Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ seek
Method
seek
Lib/test/test_gzip.py:45–46 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
43
raise
io.UnsupportedOperation
44
45
def
seek(self, *args):
46
raise
io.UnsupportedOperation
47
48
49
class
BaseTest(unittest.TestCase):
Callers
15
test_seek
Method · 0.45
test_seek0
Method · 0.45
test_seeking_read
Method · 0.45
test_seeking_write
Method · 0.45
test_rot13_func
Method · 0.45
test_ieee_float_has_fact_chunk
Method · 0.45
test_pcm_has_no_fact_chunk
Method · 0.45
test_dump_c_stack_file
Method · 0.45
test_check_output_stdin_arg
Method · 0.45
test_check_output_stdin_with_input_arg
Method · 0.45
test_stdin_fileobj
Method · 0.45
test_stdout_fileobj
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected