Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/certifi/python-certifi
/ contents
Function
contents
certifi/core.py:46–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
return
_CACERT_PATH
45
46
def
contents() -> str:
47
return
files(
"certifi"
).joinpath(
"cacert.pem"
).read_text(encoding=
"ascii"
)
48
49
else
:
50
Callers
1
__main__.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected