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

Method _post_message_hook

Lib/mailbox.py:787–789  ·  view source on GitHub ↗

Called after writing each message to file f.

(self, f)

Source from the content-addressed store, hash-verified

785 return
786
787 def _post_message_hook(self, f):
788 """Called after writing each message to file f."""
789 return
790
791 def close(self):
792 """Flush and close the mailbox."""

Callers 2

flushMethod · 0.95
_append_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected