Home
last modified time | relevance | path

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

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