Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ onchange
Method
onchange
remi/gui.py:3255–3257 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
3253
@decorate_set_on_listener(
"(self, emitter, value)"
)
3254
@decorate_event
3255
def
onchange(self, value):
3256
self.attributes[
'value'
] = value
3257
return
(value, )
3258
3259
def
set_read_only(self, readonly):
3260
if
readonly:
Callers
1
onchange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected