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

Method on_attribute_changed

editor/editor_widgets.py:930–932  ·  view source on GitHub ↗
(self, widget, value)

Source from the content-addressed store, hash-verified

928 self.inputWidget.set_value(value)
929
930 def on_attribute_changed(self, widget, value):
931 self.set_valid()
932 setattr(self.targetWidget, self.attributeName, value)
933
934
935class EditorAttributeInputGeneric(EditorAttributeInputBase):

Callers

nothing calls this directly

Calls 1

set_validMethod · 0.95

Tested by

no test coverage detected