![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
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 | |
Represents one response (or page), along with its URL
| 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.