(self, typecode, initializer)
| 1326 | class TestMessageVectorNumPy(unittest.TestCase, BaseTestMessageVectorArray): |
| 1327 | # |
| 1328 | def array(self, typecode, initializer): |
| 1329 | return numpy.array(initializer, dtype=typecode) |
| 1330 | |
| 1331 | def testCountNumPyArray(self): |
| 1332 | sbuf = bytearray(b"abc") |