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

Method __init__

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

Source from the content-addressed store, hash-verified

121class V2dVectorDataTest(BaseVectorDataTest, unittest.TestCase):
122
123 def __init__(self, param1):
124 BaseVectorDataTest.__init__(self, IECore.V2dVectorData, imath.V2d)
125 unittest.TestCase.__init__(self, param1)
126
127 def testConstructors(self):
128 """Test V2dVectorData constructors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected