MCPcopy Index your code
hub / github.com/RustPython/RustPython / flush

Method flush

Lib/tarfile.py:647–648  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

645 self.map.append((False, lastpos, self.size, None))
646
647 def flush(self):
648 pass
649
650 @property
651 def mode(self):

Callers 1

closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected