X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/pip/_vendor/requests
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_vendor
/
requests
/
ðŸ“
..
📄
__init__.py
(4.94 KB)
ðŸ“
__pycache__
📄
__version__.py
(435 B)
📄
_internal_utils.py
(1.46 KB)
📄
adapters.py
(26.96 KB)
📄
api.py
(6.3 KB)
📄
auth.py
(9.95 KB)
📄
certs.py
(441 B)
📄
compat.py
(1.45 KB)
📄
cookies.py
(18.15 KB)
📄
exceptions.py
(4.17 KB)
📄
help.py
(3.72 KB)
📄
hooks.py
(733 B)
📄
models.py
(34.65 KB)
📄
packages.py
(1.03 KB)
📄
sessions.py
(29.78 KB)
📄
status_codes.py
(4.22 KB)
📄
structures.py
(2.84 KB)
📄
utils.py
(32.84 KB)
Editing: certs.py
#!/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())
Upload File
Create Folder