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

Method processPrices

gui/builtinStatsViews/priceViewMinimal.py:146–150  ·  view source on GitHub ↗
(self, prices)

Source from the content-addressed store, hash-verified

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
153PriceViewMinimal.register()

Callers

nothing calls this directly

Calls 2

refreshPanelPricesMethod · 0.95
SetLabelMethod · 0.80

Tested by

no test coverage detected