Test M44dVectorData sum operations
(self)
| 909 | pass |
| 910 | |
| 911 | def testSumOperations(self): |
| 912 | """Test M44dVectorData sum operations""" |
| 913 | BaseVectorDataTest.testSumOperations(self) |
| 914 | |
| 915 | def testSubOperations(self): |
| 916 | """Test M44dVectorData subtraction operations""" |
nothing calls this directly
no test coverage detected