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

Method on_attribute_changed

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

Source from the content-addressed store, hash-verified

954
955class EditorAttributeInputFloat(EditorAttributeInputGeneric):
956 def on_attribute_changed(self, emitter, value):
957 super(EditorAttributeInputFloat, self).on_attribute_changed(
958 self, float(value))
959
960
961class EditorAttributeInputInt(EditorAttributeInputGeneric):

Callers

nothing calls this directly

Calls 1

on_attribute_changedMethod · 0.45

Tested by

no test coverage detected