MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / Stop

Method Stop

gui/utils/anim.py:35–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.animTimer.Start(self.animTimerPeriod)
34
35 def Stop(self):
36 if self.animTimer.IsRunning():
37 self.animTimer.Stop()
38
39 def OnTimer(self, event):
40 self.animCount += self.animDir

Callers 15

OnMainInputChangedMethod · 0.80
OnNonMainInputChangedMethod · 0.80
OnFitChangedMethod · 0.80
OnEffectiveHpToggledMethod · 0.80
delaySearchMethod · 0.80
OnFieldChangedMethod · 0.80
FreezeAnimationMethod · 0.80
OnTimerMethod · 0.80
OnSearchChangedMethod · 0.80
OnFieldChangedMethod · 0.80
CheckTabPreviewMethod · 0.80
OnTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected