full()
Return True if there are maxsize items in the queue.
Note
If the Queue was initialized with maxsize=0 (the default), then full() is never True.
full()
Return True if there are maxsize items in the queue.
Note
If the Queue was initialized with maxsize=0 (the default), then full() is never True.
Please login to continue.