MCPcopy Index your code
hub / github.com/python/cpython / seekable

Method seekable

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected