Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_queue.py176 def test_queue_join(self): member in BaseQueueTest
/external/python/cpython3/Lib/test/
Dtest_queue.py183 def test_queue_join(self): member in BaseQueueTestMixin