MCPcopy Create free account
hub / github.com/ImageEngine/cortex / __init__

Method __init__

test/IECore/ImathVectorData.py:426–428  ·  view source on GitHub ↗
(self, param1)

Source from the content-addressed store, hash-verified

424class V3iVectorDataTest(BaseVectorDataTest, unittest.TestCase):
425
426 def __init__(self, param1):
427 BaseVectorDataTest.__init__(self, IECore.V3iVectorData, imath.V3i)
428 unittest.TestCase.__init__(self, param1)
429
430 def testConstructors(self):
431 """Test V3iVectorData constructors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected