Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ unmake_ca
Function
unmake_ca
Lib/test/certdata/make_ssl_certs.py:177–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
TMP_CADIR =
'cadir'
176
177
def
unmake_ca():
178
shutil.rmtree(TMP_CADIR)
179
180
def
make_ca(cmdlineargs):
181
os.mkdir(TMP_CADIR)
Callers
1
make_ssl_certs.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…