/opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/requests
NameSizeModeActions
__pycache__/-0755rm
adapters.py262920644editdlrm
api.py64490644editdlrm
auth.py101700644editdlrm
certs.py4420644editdlrm
compat.py18220644editdlrm
cookies.py185900644editdlrm
exceptions.py42730644editdlrm
help.py37400644editdlrm
hooks.py7340644editdlrm
LICENSE101420644editdlrm
models.py355300644editdlrm
packages.py10570644editdlrm
sessions.py306450644editdlrm
status_codes.py43220644editdlrm
structures.py29120644editdlrm
utils.py329780644editdlrm
_internal_utils.py15020644editdlrm
__init__.py50290644editdlrm
__version__.py4350644editdlrm
Edit: /opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/requests/certs.py (442B)
#!/usr/bin/env python """ 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. """ from pip._vendor.certifi import where if __name__ == "__main__": print(where())