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

Method testByValueItem

test/IECore/ImathVectorData.py:1009–1011  ·  view source on GitHub ↗

Test QuatfVectorData by value return type

(self)

Source from the content-addressed store, hash-verified

1007 pass
1008
1009 def testByValueItem(self):
1010 """Test QuatfVectorData by value return type"""
1011 BaseVectorDataTest.testByValueItem(self)
1012
1013def createQuatd(value):
1014 return imath.Quatd(value, 0, 0, 0)

Callers

nothing calls this directly

Calls 1

testByValueItemMethod · 0.45

Tested by

no test coverage detected