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


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