Test ShortVectorData division operations
(self)
| 943 | BaseVectorDataTest.testMultOperations(self) |
| 944 | |
| 945 | def testDivOperations(self): |
| 946 | """Test ShortVectorData division operations""" |
| 947 | BaseVectorDataTest.testDivOperations(self) |
| 948 | |
| 949 | def testByValueItem(self): |
| 950 | """Test ShortVectorData by value return type""" |
nothing calls this directly
no test coverage detected