Test V3dVectorData by value return type
(self)
| 418 | BaseVectorDataTest.testDivOperations(self) |
| 419 | |
| 420 | def testByValueItem(self): |
| 421 | """Test V3dVectorData by value return type""" |
| 422 | BaseVectorDataTest.testByValueItem(self) |
| 423 | |
| 424 | class V3iVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 425 |
nothing calls this directly
no test coverage detected