Home
last modified time | relevance | path

Searched refs:remove_sequence (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_mailbox.py1421 msg.remove_sequence('unseen')
1425 msg.remove_sequence('replied')
/external/python/cpython3/Lib/test/
Dtest_mailbox.py1576 msg.remove_sequence('unseen')
1580 msg.remove_sequence('replied')
/external/python/cpython2/Lib/
Dmailbox.py1727 def remove_sequence(self, sequence): member in MHMessage
/external/python/cpython3/Lib/
Dmailbox.py1775 def remove_sequence(self, sequence): member in MHMessage
/external/python/cpython3/Doc/library/
Dmailbox.rst1161 .. method:: remove_sequence(sequence)
/external/python/cpython2/Doc/library/
Dmailbox.rst1142 .. method:: remove_sequence(sequence)