(self, param1)
| 865 | class M44dVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 866 | |
| 867 | def __init__(self, param1): |
| 868 | BaseVectorDataTest.__init__(self, IECore.M44dVectorData, imath.M44d) |
| 869 | unittest.TestCase.__init__(self, param1) |
| 870 | |
| 871 | def testConstructors(self): |
| 872 | """Test M44dVectorData constructors""" |