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

Method test_mmap

Lib/test/test_audit.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 self.do_test("test_cantrace")
79
80 def test_mmap(self):
81 self.do_test("test_mmap")
82
83 def test_ctypes_call_function(self):
84 import_helper.import_module("ctypes")

Callers

nothing calls this directly

Calls 1

do_testMethod · 0.95

Tested by

no test coverage detected