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

Method boostChargeAttr

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

Source from the content-addressed store, hash-verified

422 self.chargeModifiedAttributes.multiply(*args, **kwargs)
423
424 def boostChargeAttr(self, *args, **kwargs):
425 self.chargeModifiedAttributes.boost(*args, **kwargs)
426
427 def forceChargeAttr(self, *args, **kwargs):
428 self.chargeModifiedAttributes.force(*args, **kwargs)

Callers 1

filteredChargeBoostMethod · 0.80

Calls 1

boostMethod · 0.80

Tested by

no test coverage detected