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

Method preAssignChargeAttr

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

Source from the content-addressed store, hash-verified

413
414class HandledCharge:
415 def preAssignChargeAttr(self, *args, **kwargs):
416 self.chargeModifiedAttributes.preAssign(*args, **kwargs)
417
418 def increaseChargeAttr(self, *args, **kwargs):
419 self.chargeModifiedAttributes.increase(*args, **kwargs)

Callers 1

Calls 1

preAssignMethod · 0.80

Tested by

no test coverage detected