MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / flush

Method flush

tools/python-3.11.9-amd64/Lib/zipfile.py:649–652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

647 return self._comp.compress(data)
648
649 def flush(self):
650 if self._comp is None:
651 return self._init() + self._comp.flush()
652 return self._comp.flush()
653
654
655class LZMADecompressor:

Callers 1

compressFunction · 0.95

Calls 2

_initMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected