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

Method _enqueue

main.py:402–406  ·  view source on GitHub ↗

Add `func` to the internal queue.

(self, func, *args)

Source from the content-addressed store, hash-verified

400 self.hide_sector(sector)
401
402 def _enqueue(self, func, *args):
403 """ Add `func` to the internal queue.
404
405 """
406 self.queue.append((func, args))
407
408 def _dequeue(self):
409 """ Pop the top function from the internal queue and call it.

Callers 2

show_blockMethod · 0.95
hide_blockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected