PHP 8.2.30
Preview: __init__.py Size: 369 B
//proc/thread-self/root/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/__init__.py

from textwrap import dedent

try:
    from .file_cache import FileCache
except ImportError:
    notice = dedent('''
    NOTE: In order to use the FileCache you must have
    lockfile installed. You can install it via pip:
      pip install lockfile
    ''')
    print(notice)


try:
    import redis
    from .redis_cache import RedisCache
except ImportError:
    pass

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
3.45 KB lrw-r--r-- 2022-04-21 18:08:21
Edit Download
3.75 KB lrw-r--r-- 2022-04-21 18:08:34
Edit Download
3.75 KB lrw-r--r-- 2022-04-21 18:08:34
Edit Download
973 B lrw-r--r-- 2022-04-21 18:08:21
Edit Download
2.34 KB lrw-r--r-- 2022-04-21 18:08:34
Edit Download
2.34 KB lrw-r--r-- 2022-04-21 18:08:34
Edit Download
369 B lrw-r--r-- 2022-04-21 18:08:21
Edit Download
614 B lrw-r--r-- 2022-04-21 18:08:34
Edit Download
614 B lrw-r--r-- 2022-04-21 18:08:34
Edit Download

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