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

Method __init__

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

Initialize a Babyl mailbox.

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

Source from the content-addressed store, hash-verified

1245 'forwarded', 'edited', 'resent'})
1246
1247 def __init__(self, path, factory=None, create=True):
1248 """Initialize a Babyl mailbox."""
1249 _singlefileMailbox.__init__(self, path, factory, create)
1250 self._labels = {}
1251
1252 def add(self, message):
1253 """Add message and return assigned key."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected