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

Method set_value

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

Source from the content-addressed store, hash-verified

1125 return self.on_attribute_changed(None, self.inputWidget.get_value())
1126
1127 def set_value(self, value):
1128 self.set_valid(not value is None)
1129 if not value is None:
1130 self.inputWidget.set_value(value)
1131
1132
1133class EditorAttributeInputBase64Image(EditorAttributeInputUrl):

Callers 10

from_dict_to_fieldsMethod · 0.45
update_widgetMethod · 0.45
set_widgetMethod · 0.45
set_valueMethod · 0.45
set_valueMethod · 0.45
from_strMethod · 0.45
onchangeMethod · 0.45
file_dialog_confirmedMethod · 0.45
file_dialog_confirmedMethod · 0.45
file_dialog_confirmedMethod · 0.45

Calls 1

set_validMethod · 0.80

Tested by

no test coverage detected