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

Function testV4Array

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

Source from the content-addressed store, hash-verified

4252 return
4253
4254def testV4Array ():
4255
4256 print ("V4iArray")
4257 testV4xArray (V4iArray, V4i, IntArray)
4258 print ("V4fArray")
4259 testV4xArray (V4fArray, V4f, FloatArray)
4260 print ("V4dArray")
4261 testV4xArray (V4dArray, V4d, DoubleArray)
4262
4263testList.append (('testV4Array',testV4Array))
4264

Callers

nothing calls this directly

Calls 1

testV4xArrayFunction · 0.70

Tested by

no test coverage detected