Table of Contents
datetime
calendar
collections
heapq
bisect
array
sets
sched
mutex
Queue
Queue.LifoQueue
Queue.PriorityQueue
Queue.Queue
Queue.deque
weakref
UserDict
UserList
UserString
types
new
copy
pprint
repr
LifoQueue.
get_nowait
Remove and return an item from the queue without blocking.
Only get an item if one is immediately available. Otherwise raise the Empty exception.