Orbits
1
|
Public Member Functions | |
def | __init__ |
def | prefix_to_dir |
def | clear |
Public Attributes | |
base | |
A class implementing a cache for resources that need to live in the file system e.g. shared libraries. This class was moved from resources to here because it could be used by other modules, e.g. the wheel module.
def pip._vendor.distlib.util.Cache.__init__ | ( | self, | |
base | |||
) |
Initialise an instance. :param base: The base directory where the cache should be located.
def pip._vendor.distlib.util.Cache.clear | ( | self | ) |
Clear the cache.
def pip._vendor.distlib.util.Cache.prefix_to_dir | ( | self, | |
prefix | |||
) |
Converts a resource prefix to a directory name in the cache.
pip._vendor.distlib.util.Cache.base |
Copyright 2014 Google Inc. All rights reserved.