(self)
| 1277 | |
| 1278 | @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems") |
| 1279 | def test_around_2GB(self): |
| 1280 | self._test_around_boundary(_2G) |
| 1281 | |
| 1282 | @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems") |
| 1283 | def test_around_4GB(self): |
nothing calls this directly
no test coverage detected