MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

gui/builtinShipBrowser/pfWidgetContainer.py:7–12  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

5
6class PFWidgetsContainer(PFListPane):
7 def __init__(self, parent):
8 PFListPane.__init__(self, parent)
9
10 self.anim = animUtils.LoadAnimation(self, label="", size=(100, 12))
11 self.anim.Stop()
12 self.anim.Show(False)
13
14 def ShowLoading(self, mode=True):
15 if mode:

Callers

nothing calls this directly

Calls 2

StopMethod · 0.80
ShowMethod · 0.45

Tested by

no test coverage detected