(self, parent)
| 57 | name = "outgoingViewMinimal" |
| 58 | |
| 59 | def __init__(self, parent): |
| 60 | StatsView.__init__(self) |
| 61 | self.parent = parent |
| 62 | self._cachedValues = [] |
| 63 | |
| 64 | def getHeaderText(self, fit): |
| 65 | return _t("Remote Reps") |
nothing calls this directly
no outgoing calls
no test coverage detected