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
.
Designed by : w10schools
service@w10schools.com
Please login to continue.