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

Method flush

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

Source from the content-addressed store, hash-verified

292 )
293
294 def flush(self) -> bytes:
295 if not self._obj.eof:
296 raise DecodeError("Zstandard data is incomplete")
297 return b""
298
299
300class MultiDecoder(ContentDecoder):

Callers

nothing calls this directly

Calls 1

DecodeErrorClass · 0.85

Tested by

no test coverage detected