MCPcopy 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

175TMP_CADIR = 'cadir'
176
177def unmake_ca():
178 shutil.rmtree(TMP_CADIR)
179
180def make_ca(cmdlineargs):
181 os.mkdir(TMP_CADIR)

Callers 1

make_ssl_certs.pyFile · 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…