MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

gui/builtinStatsViews/outgoingViewFull.py:60–63  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected