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