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