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

Method seekable

Lib/compression/_common/_streams.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 return super().close()
62
63 def seekable(self):
64 return self._fp.seekable()
65
66 def readinto(self, b):
67 with memoryview(b) as view, view.cast("B") as byte_view:

Callers 1

_check_can_seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected