MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / testC4Array

Function testC4Array

src/python/PyImathTest/pyImathTest.py:8768–8772  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8766
8767
8768def testC4Array ():
8769 print ("C4fArray")
8770 testC4xArray (C4fArray, Color4f, FloatArray)
8771 print ("C4cArray")
8772 testC4xArray (C4cArray, Color4c, UnsignedCharArray)
8773
8774testList.append (('testC4Array',testC4Array))
8775

Callers

nothing calls this directly

Calls 1

testC4xArrayFunction · 0.70

Tested by

no test coverage detected