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

Method flush

Lib/mailbox.py:1178–1180  ·  view source on GitHub ↗

Write any pending changes to the disk.

(self)

Source from the content-addressed store, hash-verified

1176 self._locked = False
1177
1178 def flush(self):
1179 """Write any pending changes to the disk."""
1180 return
1181
1182 def close(self):
1183 """Flush and close the mailbox."""

Callers 3

_append_messageMethod · 0.45
flushMethod · 0.45
_sync_flushFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected