MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / led_all_off

Method led_all_off

pager/test_pager_code.py:325–327  ·  view source on GitHub ↗

Turn off all LEDs.

(self)

Source from the content-addressed store, hash-verified

323 self._led_states[direction] = color
324
325 def led_all_off(self):
326 """Turn off all LEDs."""
327 self._led_states.clear()
328
329 # ========== RANDOM ==========
330 def random(self, max_val):

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected