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

Method increaseChargeAttr

eos/effectHandlerHelpers.py:418–419  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

416 self.chargeModifiedAttributes.preAssign(*args, **kwargs)
417
418 def increaseChargeAttr(self, *args, **kwargs):
419 self.chargeModifiedAttributes.increase(*args, **kwargs)
420
421 def multiplyChargeAttr(self, *args, **kwargs):
422 self.chargeModifiedAttributes.multiply(*args, **kwargs)

Callers 1

Calls 1

increaseMethod · 0.80

Tested by

no test coverage detected