![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Public Member Functions | |
| None | __init__ (self, PipSession session, SearchScope search_scope) |
| "LinkCollector" | create (cls, PipSession session, Values options, bool suppress_no_index=False) |
| List[str] | find_links (self) |
| Optional[IndexContent] | fetch_response (self, Link location) |
| CollectedSources | collect_sources (self, str project_name, CandidatesFromPage candidates_from_page) |
Public Attributes | |
| search_scope | |
| session | |
Responsible for collecting Link objects from all configured locations, making network requests as needed. The class's main method is its collect_sources() method.
| "LinkCollector" pip._internal.index.collector.LinkCollector.create | ( | cls, | |
| PipSession | session, | ||
| Values | options, | ||
| bool | suppress_no_index = False |
||
| ) |
:param session: The Session to use to make requests.
:param suppress_no_index: Whether to ignore the --no-index option
when constructing the SearchScope object.
| Optional[IndexContent] pip._internal.index.collector.LinkCollector.fetch_response | ( | self, | |
| Link | location | ||
| ) |
Fetch an HTML page containing package links.