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

Method __init__

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

Source from the content-addressed store, hash-verified

883class ShortVectorDataTest(BaseVectorDataTest,unittest.TestCase):
884
885 def __init__(self, param1):
886 BaseVectorDataTest.__init__(self, IECore.ShortVectorData, int)
887 unittest.TestCase.__init__(self, param1)
888
889 def testConstructors(self):
890 """Test ShortVectorData constructors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected