(self, parent)
| 34 | name = "bombingViewFull" |
| 35 | |
| 36 | def __init__(self, parent): |
| 37 | StatsView.__init__(self) |
| 38 | self.parent = parent |
| 39 | self._cachedValues = [] |
| 40 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 41 | |
| 42 | def getHeaderText(self, fit): |
| 43 | return _t("Bombing") |
nothing calls this directly
no test coverage detected