MCPcopy Index your code
hub / github.com/python/cpython / get_sequences

Method get_sequences

Lib/mailbox.py:1844–1846  ·  view source on GitHub ↗

Return a list of sequences that include the message.

(self)

Source from the content-addressed store, hash-verified

1842 Message.__init__(self, message)
1843
1844 def get_sequences(self):
1845 """Return a list of sequences that include the message."""
1846 return self._sequences[:]
1847
1848 def set_sequences(self, sequences):
1849 """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