Searched refs:LifoQueue (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DQueue.py11 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue']
231 class LifoQueue(Queue): class in inherits:Queue
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DQueue.py11 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue']
231 class LifoQueue(Queue): class in inherits:Queue
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_queue.py98 LifoQueue = [222, 333, 111],
201 type2test = Queue.LifoQueue
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_queue.py98 LifoQueue = [222, 333, 111],
201 type2test = Queue.LifoQueue

Completed in 1131 milliseconds