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

Method __init__

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

Source from the content-addressed store, hash-verified

392class FloatVectorDataTest(BaseVectorDataTest,unittest.TestCase):
393
394 def __init__(self, param1):
395 BaseVectorDataTest.__init__(self, IECore.FloatVectorData, float)
396 unittest.TestCase.__init__(self, param1)
397
398 def testConstructors(self):
399 """Test FloatVectorData constructors"""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected