(self, param1)
| 121 | class V2dVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 122 | |
| 123 | def __init__(self, param1): |
| 124 | BaseVectorDataTest.__init__(self, IECore.V2dVectorData, imath.V2d) |
| 125 | unittest.TestCase.__init__(self, param1) |
| 126 | |
| 127 | def testConstructors(self): |
| 128 | """Test V2dVectorData constructors""" |