Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
sources.py File Reference

Go to the source code of this file.

Data Structures

class  LinkSource
 
class  _FlatDirectorySource
 
class  _LocalFileSource
 
class  _RemoteFileSource
 
class  _IndexDirectorySource
 

Namespaces

namespace  pip
 
namespace  pip._internal
 
namespace  pip._internal.index
 
namespace  pip._internal.index.sources
 

Functions

bool _is_html_file (str file_url)
 
Tuple[Optional[str], Optional[LinkSource]] build_source (str location, *CandidatesFromPage candidates_from_page, PageValidator page_validator, bool expand_dir, bool cache_link_parsing)
 

Variables

 logger = logging.getLogger(__name__)
 
 FoundCandidates = Iterable[InstallationCandidate]
 
 FoundLinks = Iterable[Link]
 
 CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]]
 
 PageValidator = Callable[[Link], bool]