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

Public Member Functions

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

Detailed Description

An object that provides access to package resources

Member Function Documentation

◆ get_resource_filename()

pip._vendor.pkg_resources.IResourceProvider.get_resource_filename (   manager,
  resource_name 
)
Return a true filesystem path for `resource_name`

`manager` must be an ``IResourceManager``

◆ get_resource_stream()

pip._vendor.pkg_resources.IResourceProvider.get_resource_stream (   manager,
  resource_name 
)
Return a readable file-like object for `resource_name`

`manager` must be an ``IResourceManager``

◆ get_resource_string()

pip._vendor.pkg_resources.IResourceProvider.get_resource_string (   manager,
  resource_name 
)
Return a string containing the contents of `resource_name`

`manager` must be an ``IResourceManager``

◆ has_resource()

pip._vendor.pkg_resources.IResourceProvider.has_resource (   resource_name)
Does the package contain the named resource?

◆ resource_isdir()

pip._vendor.pkg_resources.IResourceProvider.resource_isdir (   resource_name)
Is the named resource a directory?  (like ``os.path.isdir()``)

◆ resource_listdir()

pip._vendor.pkg_resources.IResourceProvider.resource_listdir (   resource_name)
List of resource names in the directory (like ``os.listdir()``)

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