Test M44fVectorData sum operations
(self)
| 830 | pass |
| 831 | |
| 832 | def testSumOperations(self): |
| 833 | """Test M44fVectorData sum operations""" |
| 834 | BaseVectorDataTest.testSumOperations(self) |
| 835 | |
| 836 | def testSubOperations(self): |
| 837 | """Test M44fVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected