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

Method __init__

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

Source from the content-addressed store, hash-verified

45class V2fVectorDataTest(BaseVectorDataTest, unittest.TestCase):
46
47 def __init__(self, param1):
48 BaseVectorDataTest.__init__(self, IECore.V2fVectorData, imath.V2f)
49 unittest.TestCase.__init__(self, param1)
50
51 def testConstructors(self):
52 """Test V2fVectorData constructors"""

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected