(self)
| 261 | def testByte(self): self._test_int("byte") |
| 262 | def testUbyte(self): self._test_int("ubyte") |
| 263 | def testShort(self): self._test_int("short") |
| 264 | def testUshort(self): self._test("ushort") |
| 265 | def testInt(self): self._test_int("int") |
| 266 | def testUint(self): self._test_int("uint") |