(self, *args, **kwargs)
| 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) |
no test coverage detected