(self, param1)
| 628 | class M33fVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 629 | |
| 630 | def __init__(self, param1): |
| 631 | BaseVectorDataTest.__init__(self, IECore.M33fVectorData, imath.M33f) |
| 632 | unittest.TestCase.__init__(self, param1) |
| 633 | |
| 634 | def testConstructors(self): |
| 635 | """Test M33fVectorData constructors""" |