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

Method on_attribute_changed

editor/editor_widgets.py:962–964  ·  view source on GitHub ↗
(self, emitter, value)

Source from the content-addressed store, hash-verified

960
961class EditorAttributeInputInt(EditorAttributeInputGeneric):
962 def on_attribute_changed(self, emitter, value):
963 super(EditorAttributeInputInt, self).on_attribute_changed(
964 self, int(float(value)))
965
966
967class EditorAttributeInputCssSize(EditorAttributeInputBase):

Callers 5

on_attribute_changedMethod · 0.45
onchangeMethod · 0.45
file_dialog_confirmedMethod · 0.45
file_dialog_confirmedMethod · 0.45
file_dialog_confirmedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected