(self)
| 17 | class PFMarketPref(PreferenceView): |
| 18 | |
| 19 | def __init__(self): |
| 20 | self.priceSettings = MarketPriceSettings.getInstance() |
| 21 | |
| 22 | def populatePanel(self, panel): |
| 23 | self.title = _t("Market & Prices") |
nothing calls this directly
no test coverage detected