(self, parent)
| 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") |
nothing calls this directly
no outgoing calls
no test coverage detected