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

Method get_sequences

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

Return a list of sequences that include the message.

(self)

Source from the content-addressed store, hash-verified

1761 Message.__init__(self, message)
1762
1763 def get_sequences(self):
1764 """Return a list of sequences that include the message."""
1765 return self._sequences[:]
1766
1767 def set_sequences(self, sequences):
1768 """Set the list of sequences that include the message."""

Callers 1

_explain_toMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected