(self, param1)
| 707 | class M33dVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 708 | |
| 709 | def __init__(self, param1): |
| 710 | BaseVectorDataTest.__init__(self, IECore.M33dVectorData, imath.M33d) |
| 711 | unittest.TestCase.__init__(self, param1) |
| 712 | |
| 713 | def testConstructors(self): |
| 714 | """Test M33dVectorData constructors""" |