(self, param1)
| 883 | class ShortVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 884 | |
| 885 | def __init__(self, param1): |
| 886 | BaseVectorDataTest.__init__(self, IECore.ShortVectorData, int) |
| 887 | unittest.TestCase.__init__(self, param1) |
| 888 | |
| 889 | def testConstructors(self): |
| 890 | """Test ShortVectorData constructors""" |