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

Method __init__

gui/builtinPreferenceViews/pyfaMarketPreferences.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17class PFMarketPref(PreferenceView):
18
19 def __init__(self):
20 self.priceSettings = MarketPriceSettings.getInstance()
21
22 def populatePanel(self, panel):
23 self.title = _t("Market & Prices")

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected