(self, param1)
| 532 | class DoubleVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 533 | |
| 534 | def __init__(self, param1): |
| 535 | BaseVectorDataTest.__init__(self, IECore.DoubleVectorData, float) |
| 536 | unittest.TestCase.__init__(self, param1) |
| 537 | |
| 538 | def testConstructors(self): |
| 539 | """Test DoubleVectorData constructors""" |