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

Method set_labels

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

Set the list of labels on the message.

(self, labels)

Source from the content-addressed store, hash-verified

1838 return self._labels[:]
1839
1840 def set_labels(self, labels):
1841 """Set the list of labels on the message."""
1842 self._labels = list(labels)
1843
1844 def add_label(self, label):
1845 """Add label to list of labels on the message."""

Callers 1

get_messageMethod · 0.95

Calls 1

listFunction · 0.85

Tested by

no test coverage detected