Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._internal.index.collector.IndexContent Class Reference

Public Member Functions

None __init__ (self, bytes content, str content_type, Optional[str] encoding, str url, bool cache_link_parsing=True)
 
str __str__ (self)
 

Public Attributes

 content
 
 content_type
 
 encoding
 
 url
 
 cache_link_parsing
 

Detailed Description

Represents one response (or page), along with its URL

Constructor & Destructor Documentation

◆ __init__()

None pip._internal.index.collector.IndexContent.__init__ (   self,
bytes  content,
str  content_type,
Optional[str]  encoding,
str  url,
bool   cache_link_parsing = True 
)
:param encoding: the encoding to decode the given content.
:param url: the URL from which the HTML was downloaded.
:param cache_link_parsing: whether links parsed from this page's url
                           should be cached. PyPI index urls should
                           have this set to False, for example.

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