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

Method __init__

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

Initialize an MHMessage instance.

(self, message=None)

Source from the content-addressed store, hash-verified

1756 _type_specific_attributes = ['_sequences']
1757
1758 def __init__(self, message=None):
1759 """Initialize an MHMessage instance."""
1760 self._sequences = []
1761 Message.__init__(self, message)
1762
1763 def get_sequences(self):
1764 """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