Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dqueues.py10 class QueueEmpty(Exception): class
182 raise QueueEmpty
/third_party/python/Doc/library/
Dasyncio-queue.rst65 :exc:`QueueEmpty`.
140 .. exception:: QueueEmpty
/third_party/python/Lib/test/test_asyncio/
Dtest_queues.py207 self.assertRaises(asyncio.QueueEmpty, q.get_nowait)
/third_party/python/Misc/
DHISTORY2624 Empty/Full to QueueEmpty/QueueFull; "with (yield from lock)" now