![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, CandidatesFromPage candidates_from_page, Link link) |
| Optional[Link] | link (self) |
| FoundCandidates | page_candidates (self) |
| FoundLinks | file_links (self) |
Protected Attributes | |
| _candidates_from_page | |
| _link | |
``--find-links=<path-or-url>`` or ``--[extra-]index-url=<path-or-url>``. If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to the option, it is converted to a URL first. This returns: * ``page_candidates``: Links listed on an HTML file. * ``file_candidates``: The non-HTML file.
| FoundLinks pip._internal.index.sources._LocalFileSource.file_links | ( | self | ) |
Links found by specifying archives directly.
Reimplemented from pip._internal.index.sources.LinkSource.
| Optional[Link] pip._internal.index.sources._LocalFileSource.link | ( | self | ) |
Returns the underlying link, if there's one.
Reimplemented from pip._internal.index.sources.LinkSource.
| FoundCandidates pip._internal.index.sources._LocalFileSource.page_candidates | ( | self | ) |
Candidates found by parsing an archive listing HTML file.
Reimplemented from pip._internal.index.sources.LinkSource.