(self, param1)
| 253 | class V3fVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 254 | |
| 255 | def __init__(self, param1): |
| 256 | BaseVectorDataTest.__init__(self, IECore.V3fVectorData, imath.V3f) |
| 257 | unittest.TestCase.__init__(self, param1) |
| 258 | |
| 259 | def testConstructors(self): |
| 260 | """Test V3fVectorData constructors""" |