Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmailbox.py564 class _singlefileMailbox(Mailbox): class
764 class _mboxMMDF(_singlefileMailbox):
1228 class Babyl(_singlefileMailbox):
1236 _singlefileMailbox.__init__(self, path, factory, create)
1241 key = _singlefileMailbox.add(self, message)
1248 _singlefileMailbox.remove(self, key)
1254 _singlefileMailbox.__setitem__(self, key, message)