Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | List of all members
pip._vendor.distlib.util.Cache Class Reference
Inheritance diagram for pip._vendor.distlib.util.Cache:
_object

Public Member Functions

def __init__
 
def prefix_to_dir
 
def clear
 

Public Attributes

 base
 

Detailed Description

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.

Constructor & Destructor Documentation

def pip._vendor.distlib.util.Cache.__init__ (   self,
  base 
)
Initialise an instance.

:param base: The base directory where the cache should be located.

Member Function Documentation

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.

Member Data Documentation

pip._vendor.distlib.util.Cache.base

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.