Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
target
Function · 0.45
Calls
1
send_msg
Function · 0.85
Tested by
1
target
Function · 0.36