PHP 8.2.30
Preview: compat.py Size: 778 B
//opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/cachecontrol/compat.py

# SPDX-FileCopyrightText: 2015 Eric Larson
#
# SPDX-License-Identifier: Apache-2.0

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:49:50
Edit Download
- drwxr-xr-x 2024-03-03 22:49:50
Edit Download
4.92 KB lrw-r--r-- 2023-11-13 21:40:26
Edit Download
1.50 KB lrw-r--r-- 2023-11-13 21:40:26
Edit Download
778 B lrw-r--r-- 2023-11-13 21:40:26
Edit Download
16.03 KB lrw-r--r-- 2023-11-13 21:40:26
Edit Download
3.85 KB lrw-r--r-- 2023-11-13 21:40:26
Edit Download
4.06 KB lrw-r--r-- 2023-11-13 21:40:26
Edit Download
6.94 KB lrw-r--r-- 2023-11-13 21:40:26
Edit Download
774 B lrw-r--r-- 2023-11-13 21:40:26
Edit Download
1.35 KB lrw-r--r-- 2023-11-13 21:40:26
Edit Download
465 B lrw-r--r-- 2023-11-13 21:40:26
Edit Download

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