Test V2dVectorData sum operations
(self)
| 165 | pass |
| 166 | |
| 167 | def testSumOperations(self): |
| 168 | """Test V2dVectorData sum operations""" |
| 169 | BaseVectorDataTest.testSumOperations(self) |
| 170 | |
| 171 | def testSubOperations(self): |
| 172 | """Test V2dVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected