(self, param1)
| 1093 | class UInt64VectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 1094 | |
| 1095 | def __init__(self, param1): |
| 1096 | BaseVectorDataTest.__init__(self, IECore.UInt64VectorData, int) |
| 1097 | unittest.TestCase.__init__(self, param1) |
| 1098 | |
| 1099 | def testConstructors(self): |
| 1100 | """Test UInt64VectorData constructors""" |