(self, param1)
| 392 | class FloatVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 393 | |
| 394 | def __init__(self, param1): |
| 395 | BaseVectorDataTest.__init__(self, IECore.FloatVectorData, float) |
| 396 | unittest.TestCase.__init__(self, param1) |
| 397 | |
| 398 | def testConstructors(self): |
| 399 | """Test FloatVectorData constructors""" |