(self, param1)
| 786 | class M44fVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 787 | |
| 788 | def __init__(self, param1): |
| 789 | BaseVectorDataTest.__init__(self, IECore.M44fVectorData, imath.M44f) |
| 790 | unittest.TestCase.__init__(self, param1) |
| 791 | |
| 792 | def testConstructors(self): |
| 793 | """Test M44fVectorData constructors""" |