/
snap
/
core24
/
1643
/
usr
/
lib
/
python3
/
dist-packages
/
certifi
/
/snap/core24/1643/usr/lib/python3/dist-packages/certifi
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
cacert.pem
290282
0644
edit
dl
rm
core.py
354
0644
edit
dl
rm
py.typed
0
0644
edit
dl
rm
__init__.py
94
0644
edit
dl
rm
__main__.py
243
0644
edit
dl
rm
Edit:
/snap/core24/1643/usr/lib/python3/dist-packages/certifi/core.py
(354B)
""" certifi.py ~~~~~~~~~~ This module returns the installation location of /etc/ssl/certs/ca-certificates.crt or its contents. """ DEBIAN_CA_CERTS_PATH = '/etc/ssl/certs/ca-certificates.crt' def where() -> str: return DEBIAN_CA_CERTS_PATH def contents() -> str: with open(where(), "r", encoding="ascii") as data: return data.read()
Save
cmd:
run