Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dqueues.py11 class QueueEmpty(Exception): class
189 raise QueueEmpty
/external/python/cpython3/Doc/library/
Dasyncio-queue.rst68 :exc:`QueueEmpty`.
136 .. exception:: QueueEmpty
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_queues.py235 self.assertRaises(asyncio.QueueEmpty, q.get_nowait)
/external/python/cpython3/Misc/
DHISTORY2624 Empty/Full to QueueEmpty/QueueFull; "with (yield from lock)" now