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

Public Member Functions

 build (cls, path)
 

Static Public Attributes

 load = build
 

Detailed Description

zip manifest builder

Member Function Documentation

◆ build()

pip._vendor.pkg_resources.ZipManifests.build (   cls,
  path 
)
Build a dictionary similar to the zipimport directory
caches, except instead of tuples, store ZipInfo objects.

Use a platform-specific path separator (os.sep) for the path keys
for compatibility with pypy on Windows.

Member Data Documentation

◆ load

pip._vendor.pkg_resources.ZipManifests.load = build
static

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