MCPcopy
hub / github.com/urllib3/urllib3 / readable

Method readable

src/urllib3/response.py:1273–1274  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1271
1272 # Overrides from io.IOBase
1273 def readable(self) -> bool:
1274 return True
1275
1276 def shutdown(self) -> None:
1277 if not self._sock_shutdown:

Callers 2

test_ioMethod · 0.95
test_base_ioMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_ioMethod · 0.76
test_base_ioMethod · 0.36