Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.distlib.database._Cache Class Reference
Inheritance diagram for pip._vendor.distlib.database._Cache:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.distlib.database._Cache:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self)
 
 clear (self)
 
 add (self, dist)
 

Public Attributes

 name
 
 path
 
 generated
 

Detailed Description

A simple cache mapping names and .dist-info paths to distributions

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.distlib.database._Cache.__init__ (   self)
Initialise an instance. There is normally one for each DistributionPath.

Member Function Documentation

◆ add()

pip._vendor.distlib.database._Cache.add (   self,
  dist 
)
Add a distribution to the cache.
:param dist: The distribution to add.

◆ clear()

pip._vendor.distlib.database._Cache.clear (   self)
Clear the cache, setting it to its initial state.

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