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

Method flush

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

Source from the content-addressed store, hash-verified

119 )
120
121 def flush(self) -> bytes:
122 return self._obj.flush()
123
124
125class GzipDecoderState:

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected