()
| 8766 | |
| 8767 | |
| 8768 | def testC4Array (): |
| 8769 | print ("C4fArray") |
| 8770 | testC4xArray (C4fArray, Color4f, FloatArray) |
| 8771 | print ("C4cArray") |
| 8772 | testC4xArray (C4cArray, Color4c, UnsignedCharArray) |
| 8773 | |
| 8774 | testList.append (('testC4Array',testC4Array)) |
| 8775 |
nothing calls this directly
no test coverage detected