X7ROOT File Manager
Current Path:
/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/requests
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
pip
/
_vendor
/
requests
/
ðŸ“
..
📄
__init__.py
(5.06 KB)
ðŸ“
__pycache__
📄
__version__.py
(440 B)
📄
_internal_utils.py
(1.36 KB)
📄
adapters.py
(20.94 KB)
📄
api.py
(6.23 KB)
📄
auth.py
(9.95 KB)
📄
certs.py
(441 B)
📄
compat.py
(1.26 KB)
📄
cookies.py
(18.13 KB)
📄
exceptions.py
(3.73 KB)
📄
help.py
(3.79 KB)
📄
hooks.py
(733 B)
📄
models.py
(34.46 KB)
📄
packages.py
(695 B)
📄
sessions.py
(29.47 KB)
📄
status_codes.py
(4.14 KB)
📄
structures.py
(2.84 KB)
📄
utils.py
(32.46 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