Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import Queue
  2. pq = Queue.PriorityQueue()
  3. pq.clear()
  4.  
  5. AttributeError: PriorityQueue instance has no attribute 'clear'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement