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

Method __init__

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

Source from the content-addressed store, hash-verified

31 name = "miningyieldViewFull"
32
33 def __init__(self, parent):
34 StatsView.__init__(self)
35 self.parent = parent
36 self._cachedValues = []
37
38 def getHeaderText(self, fit):
39 return _t("Mining Yield")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected