MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / processPrices

Method processPrices

gui/builtinStatsViews/priceViewFull.py:160–164  ·  view source on GitHub ↗
(self, prices)

Source from the content-addressed store, hash-verified

158 self.labelPriceTotal.SetToolTip(wx.ToolTip('{:,.2f} ISK'.format(total_price)))
159
160 def processPrices(self, prices):
161 self.refreshPanelPrices(self.fit)
162
163 self.labelEMStatus.SetLabel("")
164 self.panel.Layout()
165
166
167PriceViewFull.register()

Callers

nothing calls this directly

Calls 2

refreshPanelPricesMethod · 0.95
SetLabelMethod · 0.80

Tested by

no test coverage detected