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

Method set_value

editor/editor_widgets.py:1083–1086  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1081 setattr(self.targetWidget, self.attributeName, self.to_str())
1082
1083 def set_value(self, value):
1084 self.set_valid(not value is None)
1085 if not value is None:
1086 self.from_str(value)
1087
1088
1089class EditorAttributeInputUrl(EditorAttributeInputBase):

Callers

nothing calls this directly

Calls 2

from_strMethod · 0.95
set_validMethod · 0.80

Tested by

no test coverage detected