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

Method flush

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

Source from the content-addressed store, hash-verified

807 return self.offset
808
809 def flush(self):
810 self.fp.flush()
811
812 def close(self):
813 self.fp.close()

Callers 4

flushMethod · 0.45
_read1Method · 0.45
closeMethod · 0.45
_write_end_recordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected