MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/mailbox.py:904–907  ·  view source on GitHub ↗

Initialize an mbox mailbox.

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

Source from the content-addressed store, hash-verified

902 _append_newline = True
903
904 def __init__(self, path, factory=None, create=True):
905 """Initialize an mbox mailbox."""
906 self._message_factory = mboxMessage
907 _mboxMMDF.__init__(self, path, factory, create)
908
909 def _post_message_hook(self, f):
910 """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