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

Method Play

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

Source from the content-addressed store, hash-verified

27 self.SetBackgroundStyle(wx.BG_STYLE_PAINT)
28
29 def Play(self):
30 if self.animTimer.IsRunning():
31 self.animTimer.Stop()
32 self.animCount = 0
33 self.animTimer.Start(self.animTimerPeriod)
34
35 def Stop(self):
36 if self.animTimer.IsRunning():

Callers 1

ShowLoadingMethod · 0.80

Calls 1

StopMethod · 0.80

Tested by

no test coverage detected