Test UCharVectorData multiplication operations
(self)
| 869 | BaseVectorDataTest.testSubOperations(self) |
| 870 | |
| 871 | def testMultOperations(self): |
| 872 | """Test UCharVectorData multiplication operations""" |
| 873 | BaseVectorDataTest.testMultOperations(self) |
| 874 | |
| 875 | def testDivOperations(self): |
| 876 | """Test UCharVectorData division operations""" |
nothing calls this directly
no test coverage detected