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

Method __init__

gui/builtinStatsViews/firepowerViewFull.py:37–40  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

35 name = "firepowerViewFull"
36
37 def __init__(self, parent):
38 StatsView.__init__(self)
39 self.parent = parent
40 self._cachedValues = []
41
42 def getHeaderText(self, fit):
43 return _t("Firepower")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected