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

Method readable

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

Source from the content-addressed store, hash-verified

34 """Adapts the decompressor API to a RawIOBase reader API"""
35
36 def readable(self):
37 return True
38
39 def __init__(self, fp, decomp_factory, trailing_error=(), **decomp_args):
40 self._fp = fp

Callers 2

_check_can_readMethod · 0.45
_check_can_seekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected