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

Class EditorAttributeInputFloat

editor/editor_widgets.py:955–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953
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 1

set_widgetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected