rofunc.utils.downloader.github_downloader#

1.  Module Contents#

1.1.  Functions#

download

download_folder

download_file

get_args

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#