Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/test/
Dtest_email.py2421 class MsgidsThread(Thread): class
2432 threads = [MsgidsThread() for i in range(5)]
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py3209 class MsgidsThread(Thread): class
3220 threads = [MsgidsThread() for i in range(5)]