MCPcopy Create free account
hub / github.com/TheMariday/marimapper / get_input_queue

Method get_input_queue

marimapper/visualize_process.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 logger.debug("Renderer3D initialised")
37
38 def get_input_queue(self) -> Queue3D:
39 return self._input_queue
40
41 def stop(self):
42 self._exit_event.set()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected