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

Method __init__

test/IECore/VectorData.py:1025–1027  ·  view source on GitHub ↗
(self, param1)

Source from the content-addressed store, hash-verified

1023class Int64VectorDataTest(BaseVectorDataTest,unittest.TestCase):
1024
1025 def __init__(self, param1):
1026 BaseVectorDataTest.__init__(self, IECore.Int64VectorData, int)
1027 unittest.TestCase.__init__(self, param1)
1028
1029 def testConstructors(self):
1030 """Test Int64VectorData constructors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected