wfexs_backend.fetchers.wiktionary#

Module Contents#

Classes#

API#

class wfexs_backend.fetchers.wiktionary.WiktionaryFetcher(progs: wfexs_backend.common.ProgsMapping, setup_block: Mapping[str, Any] | None = None)#

Bases: wfexs_backend.fetchers.AbstractStatefulFetcher

WIKTIONARY_PROTO: Final[str] = 'wfexs.wiktionary'#
classmethod GetSchemeHandlers() Mapping[str, DocumentedStatefulProtocolFetcher]#
property description: str#
classmethod GetNeededPrograms() Sequence[SymbolicName]#
fetch(remote_file: wfexs_backend.common.URIType, cachedFilename: wfexs_backend.common.PathLikePath, secContext: SecurityContextConfig | None = None) wfexs_backend.fetchers.ProtocolFetcherReturn#