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.LinkCollector Class Reference

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[IndexContentfetch_response (self, Link location)
 
CollectedSources collect_sources (self, str project_name, CandidatesFromPage candidates_from_page)
 

Public Attributes

 search_scope
 
 session
 

Detailed Description

Responsible for collecting Link objects from all configured locations,
making network requests as needed.

The class's main method is its collect_sources() method.

Member Function Documentation

◆ create()

"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.

◆ fetch_response()

Optional[IndexContent] pip._internal.index.collector.LinkCollector.fetch_response (   self,
Link  location 
)
Fetch an HTML page containing package links.

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