![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, base) | |
| prefix_to_dir (self, prefix) | |
| clear (self) | |
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.
| pip._vendor.distlib.util.Cache.__init__ | ( | self, | |
| base | |||
| ) |
Initialise an instance. :param base: The base directory where the cache should be located.
Reimplemented in pip._vendor.distlib.resources.ResourceCache.
| pip._vendor.distlib.util.Cache.clear | ( | self | ) |
Clear the cache.
| pip._vendor.distlib.util.Cache.prefix_to_dir | ( | self, | |
| prefix | |||
| ) |
Converts a resource prefix to a directory name in the cache.