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

Method get_labels

Lib/mailbox.py:1910–1912  ·  view source on GitHub ↗

Return a list of labels on the message.

(self)

Source from the content-addressed store, hash-verified

1908 Message.__init__(self, message)
1909
1910 def get_labels(self):
1911 """Return a list of labels on the message."""
1912 return self._labels[:]
1913
1914 def set_labels(self, labels):
1915 """Set the list of labels on the message."""

Callers 3

_explain_toMethod · 0.95
test_labelsMethod · 0.95
test_babyl_to_babylMethod · 0.95

Calls

no outgoing calls

Tested by 2

test_labelsMethod · 0.76
test_babyl_to_babylMethod · 0.76