Test Color4fVectorData division operations
(self)
| 1204 | BaseVectorDataTest.testMultOperations(self) |
| 1205 | |
| 1206 | def testDivOperations(self): |
| 1207 | """Test Color4fVectorData division operations""" |
| 1208 | BaseVectorDataTest.testDivOperations(self) |
| 1209 | |
| 1210 | def testByValueItem(self): |
| 1211 | """Test Color4fVectorData by value return type""" |
nothing calls this directly
no test coverage detected