(self)
| 46 | raise NotImplementedError() |
| 47 | |
| 48 | def clear(self): |
| 49 | self.itemModifiedAttributes.clear() |
| 50 | |
| 51 | def calculateModifiedAttributes(self, fit, runTime, forceProjected=False): |
| 52 | if self.item: |
nothing calls this directly
no outgoing calls
no test coverage detected