Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ seek
Method
seek
Lib/test/test_gzip.py:46–47 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
44
raise
io.UnsupportedOperation
45
46
def
seek(self, *args):
47
raise
io.UnsupportedOperation
48
49
50
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_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
test_stderr_fileobj
Method · 0.45
test_stdout_stderr_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected