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

Go to the source code of this file.

Data Structures

class  FoundCandidates
 

Namespaces

namespace  pip
 
namespace  pip._internal
 
namespace  pip._internal.resolution
 
namespace  pip._internal.resolution.resolvelib
 
namespace  pip._internal.resolution.resolvelib.found_candidates
 

Functions

Iterator[Candidate_iter_built (Iterator[IndexCandidateInfo] infos)
 
Iterator[Candidate_iter_built_with_prepended (Candidate installed, Iterator[IndexCandidateInfo] infos)
 
Iterator[Candidate_iter_built_with_inserted (Candidate installed, Iterator[IndexCandidateInfo] infos)
 

Variables

 IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]]
 
 SequenceCandidate = Sequence[Candidate]