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

Method changeMutatedValuePrelim

service/fit.py:382–387  ·  view source on GitHub ↗
(self, mutator, value)

Source from the content-addressed store, hash-verified

380 return fits
381
382 def changeMutatedValuePrelim(self, mutator, value):
383 pyfalog.debug("Changing mutated value for {} / {}: {} => {}".format(mutator.item, mutator.item.mutaplasmid, mutator.value, value))
384 if mutator.value != value:
385 mutator.value = value
386 eos.db.flush()
387 return mutator.value
388
389 def changeChar(self, fitID, charID):
390 pyfalog.debug("Changing character ({0}) for fit ID: {1}", charID, fitID)

Callers 5

changeMutatedValueMethod · 0.80
resetMutatedValuesMethod · 0.80
randomMutatedValuesMethod · 0.80
revertChangesMethod · 0.80
OnWindowCloseMethod · 0.80

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected