(self, text)
| 66 | return _t("Remote Reps") |
| 67 | |
| 68 | def getTextExtentW(self, text): |
| 69 | width, height = self.parent.GetTextExtent(text) |
| 70 | return width |
| 71 | |
| 72 | def populatePanel(self, contentPanel, headerPanel): |
| 73 | contentSizer = contentPanel.GetSizer() |
nothing calls this directly
no outgoing calls
no test coverage detected