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

Method __init__

gui/builtinStatsViews/priceViewFull.py:34–37  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

32 name = "priceViewFull"
33
34 def __init__(self, parent):
35 StatsView.__init__(self)
36 self.parent = parent
37 self.settings = MarketPriceSettings.getInstance()
38
39 def getHeaderText(self, fit):
40 return _t("Price")

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected