PHP 8.2.30
Preview: compat.py Size: 695 B
//opt/alt/python37/lib/python3.7/site-packages/pip/_vendor/cachecontrol/compat.py

try:
    from urllib.parse import urljoin
except ImportError:
    from urlparse import urljoin


try:
    import cPickle as pickle
except ImportError:
    import pickle


# Handle the case where the requests module has been patched to not have
# urllib3 bundled as part of its source.
try:
    from pip._vendor.requests.packages.urllib3.response import HTTPResponse
except ImportError:
    from pip._vendor.urllib3.response import HTTPResponse

try:
    from pip._vendor.requests.packages.urllib3.util import is_fp_closed
except ImportError:
    from pip._vendor.urllib3.util import is_fp_closed

# Replicate some six behaviour
try:
    text_type = unicode
except NameError:
    text_type = str

Directory Contents

Dirs: 2 × Files: 10

Name Size Perms Modified Actions
caches DIR
- drwxr-xr-x 2024-03-03 22:57:12
Edit Download
- drwxr-xr-x 2024-03-03 22:57:12
Edit Download
4.77 KB lrw-r--r-- 2023-11-13 21:31:06
Edit Download
805 B lrw-r--r-- 2023-11-13 21:31:06
Edit Download
695 B lrw-r--r-- 2023-11-13 21:31:06
Edit Download
13.82 KB lrw-r--r-- 2023-11-13 21:31:06
Edit Download
2.47 KB lrw-r--r-- 2023-11-13 21:31:06
Edit Download
3.97 KB lrw-r--r-- 2023-11-13 21:31:06
Edit Download
6.92 KB lrw-r--r-- 2023-11-13 21:31:06
Edit Download
690 B lrw-r--r-- 2023-11-13 21:31:06
Edit Download
1.26 KB lrw-r--r-- 2023-11-13 21:31:06
Edit Download
302 B lrw-r--r-- 2023-11-13 21:31:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).