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

Method __init__

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

Source from the content-addressed store, hash-verified

707class M33dVectorDataTest(BaseVectorDataTest, unittest.TestCase):
708
709 def __init__(self, param1):
710 BaseVectorDataTest.__init__(self, IECore.M33dVectorData, imath.M33d)
711 unittest.TestCase.__init__(self, param1)
712
713 def testConstructors(self):
714 """Test M33dVectorData constructors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected