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

Method get_labels

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

Return a list of labels on the message.

(self)

Source from the content-addressed store, hash-verified

1834 Message.__init__(self, message)
1835
1836 def get_labels(self):
1837 """Return a list of labels on the message."""
1838 return self._labels[:]
1839
1840 def set_labels(self, labels):
1841 """Set the list of labels on the message."""

Callers 1

_explain_toMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected