MCPcopy 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
49class 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

Calls

no outgoing calls

Tested by

no test coverage detected