MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_around_2GB

Method test_around_2GB

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

Source from the content-addressed store, hash-verified

942
943 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
944 def test_around_2GB(self):
945 self._test_around_boundary(_2G)
946
947 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
948 def test_around_4GB(self):

Callers

nothing calls this directly

Calls 1

_test_around_boundaryMethod · 0.95

Tested by

no test coverage detected