MCPcopy Index your code
hub / github.com/rawpython/remi / onChanges

Method onChanges

editor/widgets/toolbox_EPICS.py:54–57  ·  view source on GitHub ↗
(self, pvname=None, value=None, **kwargs)

Source from the content-addressed store, hash-verified

52 @decorate_set_on_listener("(self, emitter, pvname=None, value=None, **kwargs)")
53 @decorate_event
54 def onChanges(self, pvname=None, value=None, **kwargs):
55 #as default I write the value to the widget itself
56 self.set_value(str(value))
57 return (pvname, value, kwargs)
58
59 def search_app_instance(self, node):
60 if issubclass(node.__class__, remi.server.App):

Callers

nothing calls this directly

Calls 1

set_valueMethod · 0.45

Tested by

no test coverage detected