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

Method __init__

Lib/mailbox.py:1321–1324  ·  view source on GitHub ↗

Initialize a Babyl mailbox.

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

Source from the content-addressed store, hash-verified

1319 'forwarded', 'edited', 'resent'})
1320
1321 def __init__(self, path, factory=None, create=True):
1322 """Initialize a Babyl mailbox."""
1323 _singlefileMailbox.__init__(self, path, factory, create)
1324 self._labels = {}
1325
1326 def add(self, message):
1327 """Add message and return assigned key."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected