(self, param1)
| 462 | class HalfVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 463 | |
| 464 | def __init__(self, param1): |
| 465 | BaseVectorDataTest.__init__(self, IECore.HalfVectorData, float) |
| 466 | unittest.TestCase.__init__(self, param1) |
| 467 | |
| 468 | def testConstructors(self): |
| 469 | """Test HalfVectorData constructors""" |