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

Method __init__

gui/builtinStatsViews/outgoingViewMinimal.py:59–62  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected