MCPcopy Index your code
hub / github.com/python/cpython / test_around_4GB

Method test_around_4GB

Lib/test/test_mmap.py:1283–1284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1281
1282 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
1283 def test_around_4GB(self):
1284 self._test_around_boundary(_4G)
1285
1286
1287if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

_test_around_boundaryMethod · 0.95

Tested by

no test coverage detected