MCPcopy Create free account
hub / github.com/QuantFans/quantdigger / reset

Method reset

quantdigger/widgets/mplotwidgets/widgets.py:142–145  ·  view source on GitHub ↗

reset the slider to the initial value if needed

(self)

Source from the content-addressed store, hash-verified

140
141
142 def reset(self):
143 """reset the slider to the initial value if needed"""
144 if (self.val != self.valinit):
145 self._set_val(self.valinit)
146
147
148 def _connect(self):

Callers 7

tinymce.min.jsFile · 0.80
uFunction · 0.80
angular-mocks.jsFile · 0.80
croppic.min.jsFile · 0.80
croppic.jsFile · 0.80
highstock.jsFile · 0.80

Calls 1

_set_valMethod · 0.95

Tested by

no test coverage detected