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

Public Member Functions

 __init__ (self, module)
 
 get_cache_info (self, resource)
 
 get_bytes (self, resource)
 
 get_stream (self, resource)
 
 get_size (self, resource)
 
 get_resources (self, resource)
 
- Public Member Functions inherited from pip._vendor.distlib.resources.ResourceFinder
 find (self, resource_name)
 
 is_container (self, resource)
 
 iterator (self, resource_name)
 

Public Attributes

 prefix_len
 
 loader
 
 index
 
- Public Attributes inherited from pip._vendor.distlib.resources.ResourceFinder
 module
 
 loader
 
 base
 
 skipped_extensions
 

Protected Member Functions

 _adjust_path (self, path)
 
 _find (self, path)
 
 _is_directory (self, path)
 
- Protected Member Functions inherited from pip._vendor.distlib.resources.ResourceFinder
 _make_path (self, resource_name)
 

Protected Attributes

 _files
 

Additional Inherited Members

- Static Public Attributes inherited from pip._vendor.distlib.resources.ResourceFinder
tuple skipped_extensions = ('.pyc', '.pyo', '.class')
 
- Static Protected Attributes inherited from pip._vendor.distlib.resources.ResourceFinder

Detailed Description

Resource finder for resources in .zip files.

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.distlib.resources.ZipResourceFinder.__init__ (   self,
  module 
)

Member Function Documentation

◆ _adjust_path()

pip._vendor.distlib.resources.ZipResourceFinder._adjust_path (   self,
  path 
)
protected

◆ _find()

pip._vendor.distlib.resources.ZipResourceFinder._find (   self,
  path 
)
protected

◆ _is_directory()

pip._vendor.distlib.resources.ZipResourceFinder._is_directory (   self,
  path 
)
protected

◆ get_bytes()

pip._vendor.distlib.resources.ZipResourceFinder.get_bytes (   self,
  resource 
)

◆ get_cache_info()

pip._vendor.distlib.resources.ZipResourceFinder.get_cache_info (   self,
  resource 
)

◆ get_resources()

pip._vendor.distlib.resources.ZipResourceFinder.get_resources (   self,
  resource 
)

◆ get_size()

pip._vendor.distlib.resources.ZipResourceFinder.get_size (   self,
  resource 
)

◆ get_stream()

pip._vendor.distlib.resources.ZipResourceFinder.get_stream (   self,
  resource 
)

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