MCPcopy Index your code
hub / github.com/RustPython/RustPython / seekable

Method seekable

Lib/test/test_gzip.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38
39class UnseekableIO(io.BytesIO):
40 def seekable(self):
41 return False
42
43 def tell(self):
44 raise io.UnsupportedOperation

Calls

no outgoing calls

Tested by

no test coverage detected