Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_queue.py98 LifoQueue = [222, 333, 111],
201 type2test = Queue.LifoQueue
/external/python/cpython3/Lib/asyncio/
Dqueues.py242 class LifoQueue(Queue): class
/external/python/cpython2/Lib/
DQueue.py231 class LifoQueue(Queue): class
/external/python/cpython3/Lib/
Dqueue.py242 class LifoQueue(Queue): class
/external/python/cpython2/Doc/library/
Dqueue.rst39 .. class:: LifoQueue(maxsize=0)
86 Queue objects (:class:`~Queue.Queue`, :class:`LifoQueue`, or :class:`PriorityQueue`)
/external/python/cpython3/Lib/test/
Dtest_queue.py102 LifoQueue = [222, 333, 111],
257 self.type2test = self.queue.LifoQueue
/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst93 * - :class:`LifoQueue`
Dqueue.rst43 .. class:: LifoQueue(maxsize=0)
101 Queue objects (:class:`Queue`, :class:`LifoQueue`, or :class:`PriorityQueue`)
Dasyncio-queue.rst127 .. class:: LifoQueue
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_queues.py618 q = asyncio.LifoQueue(loop=self.loop)
710 q_class = asyncio.LifoQueue
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst616 Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't increment
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2247 and :class:`LifoQueue` retrieves the most recently added entries first,
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2251 and :class:`LifoQueue` retrieves the most recently added entries first,
/external/python/cpython3/Misc/
DHISTORY563 - Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't