(self)
| 210 | self._testArray(None, None, atype, *self.int_values(atype)) |
| 211 | |
| 212 | def testByteArray(self): |
| 213 | self._test_int_array("byte") |
| 214 | |
| 215 | def testUbyteArray(self): |
| 216 | self._test_int_array("ubyte") |
nothing calls this directly
no test coverage detected