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

Public Member Functions

None __init__ (self, CandidatesFromPage candidates_from_page, str path, str project_name)
 
Optional[Linklink (self)
 
FoundCandidates page_candidates (self)
 
FoundLinks file_links (self)
 

Protected Attributes

 _candidates_from_page
 
 _project_name
 
 _path_to_urls
 

Static Protected Attributes

dict _paths_to_urls = {}
 

Detailed Description

Link source specified by ``--find-links=<path-to-dir>``.

This looks the content of the directory, and returns:

* ``page_candidates``: Links listed on each HTML file in the directory.
* ``file_candidates``: Archives in the directory.

Member Function Documentation

◆ file_links()

FoundLinks pip._internal.index.sources._FlatDirectorySource.file_links (   self)
Links found by specifying archives directly.

Reimplemented from pip._internal.index.sources.LinkSource.

◆ link()

Optional[Link] pip._internal.index.sources._FlatDirectorySource.link (   self)
Returns the underlying link, if there's one.

Reimplemented from pip._internal.index.sources.LinkSource.

◆ page_candidates()

FoundCandidates pip._internal.index.sources._FlatDirectorySource.page_candidates (   self)
Candidates found by parsing an archive listing HTML file.

Reimplemented from pip._internal.index.sources.LinkSource.


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