Test UCharVectorData subtraction operations
(self)
| 865 | BaseVectorDataTest.testSumOperations(self) |
| 866 | |
| 867 | def testSubOperations(self): |
| 868 | """Test UCharVectorData subtraction operations""" |
| 869 | BaseVectorDataTest.testSubOperations(self) |
| 870 | |
| 871 | def testMultOperations(self): |
| 872 | """Test UCharVectorData multiplication operations""" |
nothing calls this directly
no test coverage detected