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

Method __init__

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

Initialize a BabylMessage instance.

(self, message=None)

Source from the content-addressed store, hash-verified

1828 _type_specific_attributes = ['_labels', '_visible']
1829
1830 def __init__(self, message=None):
1831 """Initialize a BabylMessage instance."""
1832 self._labels = []
1833 self._visible = Message()
1834 Message.__init__(self, message)
1835
1836 def get_labels(self):
1837 """Return a list of labels on the message."""

Callers

nothing calls this directly

Calls 2

MessageClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected