MCPcopy Index your code
hub / github.com/python/cpython / flush

Method flush

Lib/zipfile/__init__.py:940–941  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

938 return self.offset
939
940 def flush(self):
941 self.fp.flush()
942
943 def close(self):
944 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