MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / write

Method write

mpython/lib/optional/ws2812.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 self.__setitem__(i,rgb)
67
68 def write(self):
69 self.show(self._rgblist)
70
71 def show(self, data):
72 """

Callers 2

requestFunction · 0.45
send_bufMethod · 0.45

Calls 1

showMethod · 0.95

Tested by

no test coverage detected