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

Public Member Functions

 __init__ (self)
 
- Public Member Functions inherited from pip._vendor.pkg_resources.NullProvider
 get_resource_filename (self, manager, resource_name)
 
 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)
 

Static Public Attributes

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

Protected Member Functions

 _get (self, path)
 
 _listdir (self, path)
 
- Protected Member Functions inherited from pip._vendor.pkg_resources.NullProvider
 _get_metadata_path (self, name)
 
 _has (self, path)
 
 _isdir (self, path)
 
 _fn (self, base, resource_name)
 

Static Protected Attributes

False _isdir = lambda self, path
 

Additional Inherited Members

- Public Attributes inherited from pip._vendor.pkg_resources.NullProvider
 module_path
 
- Static Protected Member Functions inherited from pip._vendor.pkg_resources.NullProvider
 _validate_resource_path (path)
 

Detailed Description

Provider that returns nothing for all requests

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.pkg_resources.EmptyProvider.__init__ (   self)

Member Function Documentation

◆ _get()

pip._vendor.pkg_resources.EmptyProvider._get (   self,
  path 
)
protected

◆ _listdir()

pip._vendor.pkg_resources.EmptyProvider._listdir (   self,
  path 
)
protected

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