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

Method __init__

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

Source from the content-addressed store, hash-verified

35 name = "resistancesViewFull"
36
37 def __init__(self, parent):
38 StatsView.__init__(self)
39 self.parent = parent
40 self._cachedValues = []
41 self.showEffective = True
42 self.activeFit = None
43 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
44 self.mainFrame.Bind(GE.EFFECTIVE_HP_TOGGLED, self.ehpSwitch)
45
46 def getHeaderText(self, fit):
47 return _t("Resistances")

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected