Test Color3fVectorData division operations
(self)
| 1138 | BaseVectorDataTest.testMultOperations(self) |
| 1139 | |
| 1140 | def testDivOperations(self): |
| 1141 | """Test Color3fVectorData division operations""" |
| 1142 | BaseVectorDataTest.testDivOperations(self) |
| 1143 | |
| 1144 | def testByValueItem(self): |
| 1145 | """Test Color3fVectorData by value return type""" |
nothing calls this directly
no test coverage detected