Skip to main content
rofunc.utils.downloader.github_downloader
1. Module Contents
1.2. API
-
rofunc.utils.downloader.github_downloader.download(c: github.ContentFile, out: str, is_file: bool)
-
rofunc.utils.downloader.github_downloader.download_folder(repo: github.Repository, folder: str, out: str, recursive: bool)
-
rofunc.utils.downloader.github_downloader.download_file(repo: github.Repository, file_path: str, out: str)
-
rofunc.utils.downloader.github_downloader.get_args() → argparse.Namespace