MCPcopy
hub / github.com/urllib3/urllib3 / flush

Method flush

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

Source from the content-addressed store, hash-verified

232 return False
233
234 def flush(self) -> bytes:
235 if hasattr(self._obj, "flush"):
236 return self._obj.flush() # type: ignore[no-any-return]
237 return b""
238
239
240try:

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected