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

Method max_value

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

Source from the content-addressed store, hash-verified

278 @property
279 @editor_attribute_decorator("WidgetSpecific",'''Defines the maximum value.''', float, {'possible_values': '', 'min': -65535, 'max': 65535, 'default': 0, 'step': 1})
280 def max_value(self): return self.__dict__.get('__max_value',1)
281 @max_value.setter
282 def max_value(self, value):
283 self.__dict__['__max_value'] = value

Callers

nothing calls this directly

Calls 1

set_textMethod · 0.45

Tested by

no test coverage detected