(self, *args, **kwargs)
| 402 | self.itemModifiedAttributes.increase(*args, **kwargs) |
| 403 | |
| 404 | def multiplyItemAttr(self, *args, **kwargs): |
| 405 | self.itemModifiedAttributes.multiply(*args, **kwargs) |
| 406 | |
| 407 | def boostItemAttr(self, *args, **kwargs): |
| 408 | self.itemModifiedAttributes.boost(*args, **kwargs) |
no test coverage detected