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

Method testByValueItem

test/IECore/ImathVectorData.py:940–942  ·  view source on GitHub ↗

Test M44dVectorData by value return type

(self)

Source from the content-addressed store, hash-verified

938 pass
939
940 def testByValueItem(self):
941 """Test M44dVectorData by value return type"""
942 BaseVectorDataTest.testByValueItem(self)
943
944def createQuatf(value):
945 return imath.Quatf(value, 0, 0, 0)

Callers

nothing calls this directly

Calls 1

testByValueItemMethod · 0.45

Tested by

no test coverage detected