(self, param1)
| 424 | class V3iVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 425 | |
| 426 | def __init__(self, param1): |
| 427 | BaseVectorDataTest.__init__(self, IECore.V3iVectorData, imath.V3i) |
| 428 | unittest.TestCase.__init__(self, param1) |
| 429 | |
| 430 | def testConstructors(self): |
| 431 | """Test V3iVectorData constructors""" |