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

Method __init__

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

Initialize an mbox mailbox.

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

Source from the content-addressed store, hash-verified

846 _append_newline = True
847
848 def __init__(self, path, factory=None, create=True):
849 """Initialize an mbox mailbox."""
850 self._message_factory = mboxMessage
851 _mboxMMDF.__init__(self, path, factory, create)
852
853 def _post_message_hook(self, f):
854 """Called after writing each message to file f."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected