(self, parent)
| 30 | name = "capacitorViewFull" |
| 31 | |
| 32 | def __init__(self, parent): |
| 33 | StatsView.__init__(self) |
| 34 | self.parent = parent |
| 35 | |
| 36 | def getHeaderText(self, fit): |
| 37 | return _t("Capacitor") |
nothing calls this directly
no outgoing calls
no test coverage detected