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 Attributes | List of all members
pip._vendor.distlib.resources.ResourceFinder Class Reference
Inheritance diagram for pip._vendor.distlib.resources.ResourceFinder:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.distlib.resources.ResourceFinder:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, module)
 
 get_cache_info (self, resource)
 
 find (self, resource_name)
 
 get_stream (self, resource)
 
 get_bytes (self, resource)
 
 get_size (self, resource)
 
 get_resources (self, resource)
 
 is_container (self, resource)
 
 iterator (self, resource_name)
 

Public Attributes

 module
 
 loader
 
 base
 
 skipped_extensions
 

Static Public Attributes

tuple skipped_extensions = ('.pyc', '.pyo', '.class')
 

Protected Member Functions

 _adjust_path (self, path)
 
 _make_path (self, resource_name)
 
 _find (self, path)
 

Static Protected Attributes

 _is_directory = staticmethod(os.path.isdir)
 

Detailed Description

Resource finder for file system resources.

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