(self, param1)
| 493 | class Box3fVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 494 | |
| 495 | def __init__(self, param1): |
| 496 | BaseVectorDataTest.__init__(self, IECore.Box3fVectorData, createBox3f) |
| 497 | unittest.TestCase.__init__(self, param1) |
| 498 | |
| 499 | def testConstructors(self): |
| 500 | """Test Box3fVectorData constructors""" |