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

Method beta

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

Source from the content-addressed store, hash-verified

567 @property
568 @gui.editor_attribute_decorator('WidgetSpecific','The beta value', float, {'default':0, 'min':0, 'max':1.0, 'step':0.0001})
569 def beta(self): return self.__beta
570 @beta.setter
571 def beta(self, v): self.__beta = v; self.process()
572

Callers

nothing calls this directly

Calls 1

processMethod · 0.95

Tested by

no test coverage detected