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

Method get_sequences

Lib/mailbox.py:1837–1839  ·  view source on GitHub ↗

Return a list of sequences that include the message.

(self)

Source from the content-addressed store, hash-verified

1835 Message.__init__(self, message)
1836
1837 def get_sequences(self):
1838 """Return a list of sequences that include the message."""
1839 return self._sequences[:]
1840
1841 def set_sequences(self, sequences):
1842 """Set the list of sequences that include the message."""

Callers 2

_explain_toMethod · 0.95
test_sequencesMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_sequencesMethod · 0.76