Orbits
1
|
Public Member Functions | |
def | __init__ |
def | clear |
def | add |
Public Attributes | |
name | |
path | |
generated | |
A simple cache mapping names and .dist-info paths to distributions
def pip._vendor.distlib.database._Cache.__init__ | ( | self | ) |
Initialise an instance. There is normally one for each DistributionPath.
def pip._vendor.distlib.database._Cache.add | ( | self, | |
dist | |||
) |
Add a distribution to the cache. :param dist: The distribution to add.
def pip._vendor.distlib.database._Cache.clear | ( | self | ) |
Clear the cache, setting it to its initial state.
pip._vendor.distlib.database._Cache.generated |
pip._vendor.distlib.database._Cache.name |
pip._vendor.distlib.database._Cache.path |
Copyright 2014 Google Inc. All rights reserved.