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

Public Member Functions

 has_metadata (name)
 
 get_metadata (name)
 
 get_metadata_lines (name)
 
 metadata_isdir (name)
 
 metadata_listdir (name)
 
 run_script (script_name, namespace)
 

Member Function Documentation

◆ get_metadata()

pip._vendor.pkg_resources.IMetadataProvider.get_metadata (   name)
The named metadata resource as a string

◆ get_metadata_lines()

pip._vendor.pkg_resources.IMetadataProvider.get_metadata_lines (   name)
Yield named metadata resource as list of non-blank non-comment lines

Leading and trailing whitespace is stripped from each line, and lines
with ``#`` as the first non-blank character are omitted.

◆ has_metadata()

pip._vendor.pkg_resources.IMetadataProvider.has_metadata (   name)
Does the package's distribution contain the named metadata?

◆ metadata_isdir()

pip._vendor.pkg_resources.IMetadataProvider.metadata_isdir (   name)
Is the named metadata a directory?  (like ``os.path.isdir()``)

◆ metadata_listdir()

pip._vendor.pkg_resources.IMetadataProvider.metadata_listdir (   name)
List of metadata names in the directory (like ``os.listdir()``)

◆ run_script()

pip._vendor.pkg_resources.IMetadataProvider.run_script (   script_name,
  namespace 
)
Execute the named script in the supplied namespace dictionary

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