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

Method testByValueItem

test/IECore/ImathVectorData.py:555–557  ·  view source on GitHub ↗

Test Box3fVectorData by value return type

(self)

Source from the content-addressed store, hash-verified

553 pass
554
555 def testByValueItem(self):
556 """Test Box3fVectorData by value return type"""
557 BaseVectorDataTest.testByValueItem(self)
558
559def createBox3d(value):
560 return imath.Box3d(imath.V3d(value))

Callers

nothing calls this directly

Calls 1

testByValueItemMethod · 0.45

Tested by

no test coverage detected