(self, text)
| 43 | return _t("Recharge rates") |
| 44 | |
| 45 | def getTextExtentW(self, text): |
| 46 | width, height = self.parent.GetTextExtent(text) |
| 47 | return width |
| 48 | |
| 49 | @property |
| 50 | def effective(self): |
nothing calls this directly
no outgoing calls
no test coverage detected