pooch.typing.Downloader

pooch.typing.Downloader#

class pooch.typing.Downloader(*args, **kwargs)[source]#

Class used to define the type definition for the downloader function.

Methods Summary

Downloader.__call__(fname, action, pooch, *)

Call self as a function.


Downloader.__call__(fname: str, action: str | PathLike | None, pooch: Pooch | None, *, check_only: bool | None = None) Any[source]#

Call self as a function.