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

Method flush

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

Source from the content-addressed store, hash-verified

320 self._decoders = [_get_decoder(e) for e in encodings]
321
322 def flush(self) -> bytes:
323 return self._decoders[0].flush()
324
325 def decompress(self, data: bytes, max_length: int = -1) -> bytes:
326 if max_length <= 0:

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected