Test FloatVectorData division operations
(self)
| 452 | BaseVectorDataTest.testMultOperations(self) |
| 453 | |
| 454 | def testDivOperations(self): |
| 455 | """Test FloatVectorData division operations""" |
| 456 | BaseVectorDataTest.testDivOperations(self) |
| 457 | |
| 458 | def testByValueItem(self): |
| 459 | """Test FloatVectorData by value return type""" |
nothing calls this directly
no test coverage detected