MCPcopy 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
50class BaseTest(unittest.TestCase):

Callers 15

test_seekMethod · 0.45
test_seek0Method · 0.45
test_seeking_readMethod · 0.45
test_seeking_writeMethod · 0.45
test_rot13_funcMethod · 0.45
test_stdin_fileobjMethod · 0.45
test_stdout_fileobjMethod · 0.45
test_stderr_fileobjMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected