Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/pip/_vendor/cachecontrol/caches/__init__.py: 75%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

1# SPDX-FileCopyrightText: 2015 Eric Larson 

2# 

3# SPDX-License-Identifier: Apache-2.0 

4 

5from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache 

6from pip._vendor.cachecontrol.caches.redis_cache import RedisCache 

7 

8__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"]