MCPcopy Create free account
hub / github.com/certifi/python-certifi / exit_cacert_ctx

Function exit_cacert_ctx

certifi/core.py:10–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8import atexit
9
10def exit_cacert_ctx() -> None:
11 _CACERT_CTX.__exit__(None, None, None) # type: ignore[union-attr]
12
13
14if sys.version_info >= (3, 11):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected