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

Method _complicateValue

gui/builtinItemStatsViews/itemMutator.py:180–183  ·  view source on GitHub ↗
(self, mutator, value)

Source from the content-addressed store, hash-verified

178 return mutator.attribute.unit.SimplifyValue(value)
179
180 def _complicateValue(self, mutator, value):
181 if mutator.attribute.unit is None:
182 return value
183 return mutator.attribute.unit.ComplicateValue(value)
184
185 def _preformatValue(self, mutator, value):
186 if mutator.attribute.unit is None:

Callers 2

changeMutatedValueMethod · 0.95
OnWindowCloseMethod · 0.95

Calls 1

ComplicateValueMethod · 0.80

Tested by

no test coverage detected