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

Method __init__

Lib/mailbox.py:1832–1835  ·  view source on GitHub ↗

Initialize an MHMessage instance.

(self, message=None)

Source from the content-addressed store, hash-verified

1830 _type_specific_attributes = ['_sequences']
1831
1832 def __init__(self, message=None):
1833 """Initialize an MHMessage instance."""
1834 self._sequences = []
1835 Message.__init__(self, message)
1836
1837 def get_sequences(self):
1838 """Return a list of sequences that include the message."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected