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