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

Function test_mmap

Lib/test/audit-tests.py:302–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300
301
302def test_mmap():
303 import mmap
304
305 with TestHook() as hook:
306 mmap.mmap(-1, 8)
307 assertEqual(hook.seen[0][1][:2], (-1, 8))
308
309
310def test_ctypes_call_function():

Callers

nothing calls this directly

Calls 2

assertEqualFunction · 0.85
TestHookClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…