(self, param1)
| 947 | class QuatfVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 948 | |
| 949 | def __init__(self, param1): |
| 950 | BaseVectorDataTest.__init__(self, IECore.QuatfVectorData, createQuatf) |
| 951 | unittest.TestCase.__init__(self, param1) |
| 952 | |
| 953 | def testConstructors(self): |
| 954 | """Test QuatfVectorData constructors""" |