PHP 8.2.30
Preview: compat.py Size: 380 B
/proc/thread-self/root/proc/thread-self/root/lib/python3.6/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


from pip._vendor.urllib3.response import HTTPResponse
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-06-15 07:03:53
Edit Download
- drwxr-xr-x 2024-06-15 07:03:53
Edit Download
4.50 KB lrw-r--r-- 2024-04-06 13:40:45
Edit Download
790 B lrw-r--r-- 2024-04-06 13:40:45
Edit Download
380 B lrw-r--r-- 2024-04-06 13:40:45
Edit Download
12.72 KB lrw-r--r-- 2024-04-06 13:40:45
Edit Download
2.47 KB lrw-r--r-- 2024-04-06 13:40:45
Edit Download
4.04 KB lrw-r--r-- 2024-04-06 13:40:45
Edit Download
6.38 KB lrw-r--r-- 2024-04-06 13:40:45
Edit Download
498 B lrw-r--r-- 2024-04-06 13:40:45
Edit Download
1.29 KB lrw-r--r-- 2024-04-06 13:40:45
Edit Download
302 B lrw-r--r-- 2024-04-06 13:40:45
Edit Download

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