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

Method __init__

Lib/mailbox.py:911–914  ·  view source on GitHub ↗

Initialize an mbox mailbox.

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

Source from the content-addressed store, hash-verified

909 _append_newline = True
910
911 def __init__(self, path, factory=None, create=True):
912 """Initialize an mbox mailbox."""
913 self._message_factory = mboxMessage
914 _mboxMMDF.__init__(self, path, factory, create)
915
916 def _post_message_hook(self, f):
917 """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