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

Method __init__

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

Source from the content-addressed store, hash-verified

34 name = "rechargeViewFull"
35
36 def __init__(self, parent):
37 StatsView.__init__(self)
38 self.parent = parent
39 self.mainFrame = gui.mainFrame.MainFrame.getInstance()
40 self.mainFrame.Bind(GE.EFFECTIVE_HP_TOGGLED, self.toggleEffective)
41
42 def getHeaderText(self, fit):
43 return _t("Recharge rates")

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected