Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
OnMainInputChanged
Method · 0.80
OnNonMainInputChanged
Method · 0.80
OnFitChanged
Method · 0.80
OnEffectiveHpToggled
Method · 0.80
delaySearch
Method · 0.80
OnFieldChanged
Method · 0.80
FreezeAnimation
Method · 0.80
OnTimer
Method · 0.80
OnSearchChanged
Method · 0.80
OnFieldChanged
Method · 0.80
CheckTabPreview
Method · 0.80
OnTimer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected