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

Method testByValueItem

test/IECore/ImathVectorData.py:486–488  ·  view source on GitHub ↗

Test V3iVectorData by value return type

(self)

Source from the content-addressed store, hash-verified

484 BaseVectorDataTest.testDivOperations(self)
485
486 def testByValueItem(self):
487 """Test V3iVectorData by value return type"""
488 BaseVectorDataTest.testByValueItem(self)
489
490def createBox3f(value):
491 return imath.Box3f(imath.V3f(value))

Callers

nothing calls this directly

Calls 1

testByValueItemMethod · 0.45

Tested by

no test coverage detected