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

Method __init__

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

Source from the content-addressed store, hash-verified

493class Box3fVectorDataTest(BaseVectorDataTest, unittest.TestCase):
494
495 def __init__(self, param1):
496 BaseVectorDataTest.__init__(self, IECore.Box3fVectorData, createBox3f)
497 unittest.TestCase.__init__(self, param1)
498
499 def testConstructors(self):
500 """Test Box3fVectorData constructors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected