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

Class EditorAttributeInputInt

editor/editor_widgets.py:961–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

set_widgetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected