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

Method get_led_count

marimapper/detector_process.py:119–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 self._request_detections_queue.request(led_id_from, led_id_to, view_id)
118
119 def get_led_count(self):
120 return self._led_count.get()
121
122 def stop(self):
123 self._exit_event.set()

Callers 4

test_basic_usageFunction · 0.45
backend_blackFunction · 0.45
runMethod · 0.45
__init__Method · 0.45

Calls 1

getMethod · 0.45

Tested by 1

test_basic_usageFunction · 0.36