(self, parent)
| 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") |
nothing calls this directly
no test coverage detected