OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
None | __init__ (self, CandidatesFromPage candidates_from_page, str path) |
Optional[Link] | link (self) |
FoundCandidates | page_candidates (self) |
FoundLinks | file_links (self) |
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.
None __init__ | ( | self, | |
CandidatesFromPage | candidates_from_page, | ||
str | path | ||
) |
FoundLinks file_links | ( | self | ) |
Links found by specifying archives directly.
Reimplemented from LinkSource.
Optional[Link] link | ( | self | ) |
Returns the underlying link, if there's one.
Reimplemented from LinkSource.
FoundCandidates page_candidates | ( | self | ) |
Candidates found by parsing an archive listing HTML file.
Reimplemented from LinkSource.