MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / flush

Method flush

aiohttp/compression_utils.py:319–324  ·  view source on GitHub ↗
(self, length: int = 0)

Source from the content-addressed store, hash-verified

317 return result
318
319 def flush(self, length: int = 0) -> bytes:
320 return (
321 self._decompressor.flush(length)
322 if length > 0
323 else self._decompressor.flush()
324 )
325
326 @property
327 def data_available(self) -> bool:

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected