(self)
| 80 | return self.__itemModifiedAttributes |
| 81 | |
| 82 | def clear(self): |
| 83 | self.itemModifiedAttributes.clear() |
| 84 | self.commandBonus = 0 |
| 85 | |
| 86 | def calculateModifiedAttributes(self, fit, runTime, forceProjected=False): |
| 87 | if forceProjected: |
nothing calls this directly
no outgoing calls
no test coverage detected