(self, prices)
| 144 | self.labelPriceTotal.SetToolTip(wx.ToolTip('{:,.2f} ISK'.format(total_price))) |
| 145 | |
| 146 | def processPrices(self, prices): |
| 147 | self.refreshPanelPrices(self.fit) |
| 148 | |
| 149 | self.labelEMStatus.SetLabel("") |
| 150 | self.panel.Layout() |
| 151 | |
| 152 | |
| 153 | PriceViewMinimal.register() |
nothing calls this directly
no test coverage detected