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

3 statements  

« prev     ^ index     » next       coverage.py v7.4.3, created at 2024-02-26 06:33 +0000

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"]