(self, param1)
| 187 | class V2iVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 188 | |
| 189 | def __init__(self, param1): |
| 190 | BaseVectorDataTest.__init__(self, IECore.V2iVectorData, imath.V2i) |
| 191 | unittest.TestCase.__init__(self, param1) |
| 192 | |
| 193 | def testConstructors(self): |
| 194 | """Test V2iVectorData constructors""" |