(self, param1)
| 953 | class UShortVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 954 | |
| 955 | def __init__(self, param1): |
| 956 | BaseVectorDataTest.__init__(self, IECore.UShortVectorData, int) |
| 957 | unittest.TestCase.__init__(self, param1) |
| 958 | |
| 959 | def testConstructors(self): |
| 960 | """Test UShortVectorData constructors""" |