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

Method __init__

gui/builtinStatsViews/capacitorViewFull.py:32–34  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

30 name = "capacitorViewFull"
31
32 def __init__(self, parent):
33 StatsView.__init__(self)
34 self.parent = parent
35
36 def getHeaderText(self, fit):
37 return _t("Capacitor")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected