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

Public Member Functions

 as_stream (self)
 
 file_path (self)
 
 bytes (self)
 
 size (self)
 
- Public Member Functions inherited from pip._vendor.distlib.resources.ResourceBase
 __init__ (self, finder, name)
 

Static Public Attributes

bool is_container = False
 

Additional Inherited Members

- Public Attributes inherited from pip._vendor.distlib.resources.ResourceBase
 finder
 
 name
 

Detailed Description

A class representing an in-package resource, such as a data file. This is
not normally instantiated by user code, but rather by a
:class:`ResourceFinder` which manages the resource.

Member Function Documentation

◆ as_stream()

pip._vendor.distlib.resources.Resource.as_stream (   self)
Get the resource as a stream.

This is not a property to make it obvious that it returns a new stream
each time.

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