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

Method __init__

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

Source from the content-addressed store, hash-verified

865class M44dVectorDataTest(BaseVectorDataTest, unittest.TestCase):
866
867 def __init__(self, param1):
868 BaseVectorDataTest.__init__(self, IECore.M44dVectorData, imath.M44d)
869 unittest.TestCase.__init__(self, param1)
870
871 def testConstructors(self):
872 """Test M44dVectorData constructors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected