MCPcopy Index your code
hub / github.com/fogleman/Minecraft / process_entire_queue

Method process_entire_queue

main.py:426–431  ·  view source on GitHub ↗

Process the entire queue with no breaks.

(self)

Source from the content-addressed store, hash-verified

424 self._dequeue()
425
426 def process_entire_queue(self):
427 """ Process the entire queue with no breaks.
428
429 """
430 while self.queue:
431 self._dequeue()
432
433
434class Window(pyglet.window.Window):

Callers 1

updateMethod · 0.80

Calls 1

_dequeueMethod · 0.95

Tested by

no test coverage detected