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