MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / __setitem__

Method __setitem__

pywebio/pin.py:318–319  ·  view source on GitHub ↗
(self, name: str, value)

Source from the content-addressed store, hash-verified

316 self.__setitem__(name, value)
317
318 def __setitem__(self, name: str, value):
319 send_msg('pin_update', spec=dict(name=name, attributes={"value": value}))
320
321
322# pin widgets value getter (and setter).

Callers 2

__setattr__Method · 0.95
targetFunction · 0.45

Calls 1

send_msgFunction · 0.85

Tested by 1

targetFunction · 0.36