Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
LinkSource Class Reference
Inheritance diagram for LinkSource:

Public Member Functions

Optional[Linklink (self)
 
FoundCandidates page_candidates (self)
 
FoundLinks file_links (self)
 

Detailed Description

Definition at line 20 of file sources.py.

Member Function Documentation

◆ file_links()

FoundLinks file_links (   self)
Links found by specifying archives directly.

Reimplemented in _FlatDirectorySource, _LocalFileSource, _RemoteFileSource, and _IndexDirectorySource.

Definition at line 30 of file sources.py.

30 def file_links(self) -> FoundLinks:
31 """Links found by specifying archives directly."""
33
34
for i

References i.

◆ link()

Optional[Link] link (   self)
Returns the underlying link, if there's one.

Reimplemented in _FlatDirectorySource, _LocalFileSource, _RemoteFileSource, and _IndexDirectorySource.

Definition at line 22 of file sources.py.

22 def link(self) -> Optional[Link]:
23 """Returns the underlying link, if there's one."""
25

References i.

Referenced by InstallationCandidate.__repr__(), DiagnosticPipError.__rich_console__(), InstallationCandidate.__str__(), InstallRequirement.__str__(), InstallRequirement.hashes(), InstallRequirement.is_wheel(), InstallRequirement.unpacked_source_directory(), and InstallRequirement.update_editable().

Here is the caller graph for this function:

◆ page_candidates()

FoundCandidates page_candidates (   self)
Candidates found by parsing an archive listing HTML file.

Reimplemented in _FlatDirectorySource, _LocalFileSource, _RemoteFileSource, and _IndexDirectorySource.

Definition at line 26 of file sources.py.

26 def page_candidates(self) -> FoundCandidates:
27 """Candidates found by parsing an archive listing HTML file."""
29

References i.


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