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

Method flush

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

Source from the content-addressed store, hash-verified

189 return bool(self._unconsumed_tail)
190
191 def flush(self) -> bytes:
192 return self._obj.flush()
193
194
195if brotli is not None:

Callers 6

flushMethod · 0.45
flushMethod · 0.45
flushMethod · 0.45
_flush_decoderMethod · 0.45
flushMethod · 0.45
generateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected