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

Method flush

Lib/mailbox.py:1185–1187  ·  view source on GitHub ↗

Write any pending changes to the disk.

(self)

Source from the content-addressed store, hash-verified

1183 self._locked = False
1184
1185 def flush(self):
1186 """Write any pending changes to the disk."""
1187 return
1188
1189 def close(self):
1190 """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