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

Method __init__

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

Initialize an MMDF mailbox.

(self, path, factory=None, create=True)

Source from the content-addressed store, hash-verified

892 """An MMDF mailbox."""
893
894 def __init__(self, path, factory=None, create=True):
895 """Initialize an MMDF mailbox."""
896 self._message_factory = MMDFMessage
897 _mboxMMDF.__init__(self, path, factory, create)
898
899 def _pre_message_hook(self, f):
900 """Called before writing each message to file f."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected