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

Method flush

tools/python-3.11.9-amd64/Lib/mailbox.py:1108–1110  ·  view source on GitHub ↗

Write any pending changes to the disk.

(self)

Source from the content-addressed store, hash-verified

1106 self._locked = False
1107
1108 def flush(self):
1109 """Write any pending changes to the disk."""
1110 return
1111
1112 def close(self):
1113 """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