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

Public Member Functions

 __init__ (self, module)
 
 zipinfo (self)
 
 get_resource_filename (self, manager, resource_name)
 
- Public Member Functions inherited from pip._vendor.pkg_resources.NullProvider
 get_resource_stream (self, manager, resource_name)
 
 get_resource_string (self, manager, resource_name)
 
 has_resource (self, resource_name)
 
 has_metadata (self, name)
 
 get_metadata (self, name)
 
 get_metadata_lines (self, name)
 
 resource_isdir (self, resource_name)
 
 metadata_isdir (self, name)
 
 resource_listdir (self, resource_name)
 
 metadata_listdir (self, name)
 
 run_script (self, script_name, namespace)
 

Public Attributes

 zip_pre
 
 egg_root
 
 module_path
 
- Public Attributes inherited from pip._vendor.pkg_resources.EggProvider
 egg_name
 
 egg_info
 
 egg_root
 
- Public Attributes inherited from pip._vendor.pkg_resources.NullProvider
 module_path
 

Static Public Attributes

 eagers = None
 
- Static Public Attributes inherited from pip._vendor.pkg_resources.NullProvider
 egg_name = None
 
 egg_info = None
 
 loader = None
 

Protected Member Functions

 _zipinfo_name (self, fspath)
 
 _parts (self, zip_path)
 
 _extract_resource (self, manager, zip_path)
 
 _is_current (self, file_path, zip_path)
 
 _get_eager_resources (self)
 
 _index (self)
 
 _has (self, fspath)
 
 _isdir (self, fspath)
 
 _listdir (self, fspath)
 
 _eager_to_zip (self, resource_name)
 
 _resource_to_zip (self, resource_name)
 
- Protected Member Functions inherited from pip._vendor.pkg_resources.EggProvider
 _setup_prefix (self)
 
 _set_egg (self, path)
 
- Protected Member Functions inherited from pip._vendor.pkg_resources.NullProvider
 _get_metadata_path (self, name)
 
 _fn (self, base, resource_name)
 
 _get (self, path)
 

Static Protected Member Functions

 _get_date_and_size (zip_stat)
 
- Static Protected Member Functions inherited from pip._vendor.pkg_resources.NullProvider
 _validate_resource_path (path)
 

Protected Attributes

 _dirindex
 

Static Protected Attributes

 _zip_manifests = MemoizedZipManifests()
 

Detailed Description

Resource support for zips and eggs

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.pkg_resources.ZipProvider.__init__ (   self,
  module 
)

Member Function Documentation

◆ _has()

pip._vendor.pkg_resources.ZipProvider._has (   self,
  fspath 
)
protected

◆ _is_current()

pip._vendor.pkg_resources.ZipProvider._is_current (   self,
  file_path,
  zip_path 
)
protected
Return True if the file_path is current for this zip_path

◆ _isdir()

pip._vendor.pkg_resources.ZipProvider._isdir (   self,
  fspath 
)
protected

◆ _listdir()

pip._vendor.pkg_resources.ZipProvider._listdir (   self,
  fspath 
)
protected

◆ get_resource_filename()

pip._vendor.pkg_resources.ZipProvider.get_resource_filename (   self,
  manager,
  resource_name 
)

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