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

Method __init__

Lib/mailbox.py:1328–1331  ·  view source on GitHub ↗

Initialize a Babyl mailbox.

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

Source from the content-addressed store, hash-verified

1326 'forwarded', 'edited', 'resent'})
1327
1328 def __init__(self, path, factory=None, create=True):
1329 """Initialize a Babyl mailbox."""
1330 _singlefileMailbox.__init__(self, path, factory, create)
1331 self._labels = {}
1332
1333 def add(self, message):
1334 """Add message and return assigned key."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected