????

Your IP : 3.144.37.229


Current Path : /lib/python3.9/site-packages/requests/__pycache__/
Upload File :
Current File : //lib/python3.9/site-packages/requests/__pycache__/certs.cpython-39.opt-1.pyc

a

/'f��@s"dZdd�Zedkree��dS)u�
requests.certs
~~~~~~~~~~~~~~

This module returns the preferred default CA certificate bundle. There is
only one — the one from the certifi package.

If you are packaging Requests, e.g., for a Linux distribution or a managed
environment, you can change the definition of where() to return a separately
packaged CA bundle.

This Fedora-patched package returns "/etc/pki/tls/certs/ca-bundle.crt" provided
by the ca-certificates RPM package.
cCsdS)z1Return the absolute path to the system CA bundle.z /etc/pki/tls/certs/ca-bundle.crt�rrr�2/usr/lib/python3.9/site-packages/requests/certs.py�wheresr�__main__N)�__doc__r�__name__�printrrrr�<module>s