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

Method processPrices

gui/builtinItemStatsViews/itemCompare.py:131–133  ·  view source on GitHub ↗
(self, prices)

Source from the content-addressed store, hash-verified

129 event.Skip()
130
131 def processPrices(self, prices):
132 for i, price in enumerate(prices):
133 self.paramList.SetItem(i, len(self.attrs) + 1, formatAmount(price.value, 3, 3, 9, currency=True))
134
135 def PopulateList(self, sort=None):
136

Callers

nothing calls this directly

Calls 1

formatAmountFunction · 0.90

Tested by

no test coverage detected