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

Method min_value

editor/widgets/toolbox_EPICS.py:272–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270 @property
271 @editor_attribute_decorator("WidgetSpecific",'''Defines the minimum value.''', float, {'possible_values': '', 'min': -65535, 'max': 65535, 'default': 0, 'step': 1})
272 def min_value(self): return self.__dict__.get('__min_value',0)
273 @min_value.setter
274 def min_value(self, value):
275 self.__dict__['__min_value'] = value

Callers

nothing calls this directly

Calls 1

set_textMethod · 0.45

Tested by

no test coverage detected