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