(self, param1)
| 45 | class V2fVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 46 | |
| 47 | def __init__(self, param1): |
| 48 | BaseVectorDataTest.__init__(self, IECore.V2fVectorData, imath.V2f) |
| 49 | unittest.TestCase.__init__(self, param1) |
| 50 | |
| 51 | def testConstructors(self): |
| 52 | """Test V2fVectorData constructors""" |
no outgoing calls
no test coverage detected