Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_cantrace
Method
test_cantrace
Lib/test/test_audit.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
self.do_test(
"test_open"
, os_helper.TESTFN)
76
77
def
test_cantrace(self):
78
self.do_test(
"test_cantrace"
)
79
80
def
test_mmap(self):
81
self.do_test(
"test_mmap"
)
Callers
nothing calls this directly
Calls
1
do_test
Method · 0.95
Tested by
no test coverage detected