Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_usage
Function · 0.45
backend_black
Function · 0.45
run
Method · 0.45
__init__
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
1
test_basic_usage
Function · 0.36