![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
def | download_concurrently (self, list[tuple[str, str]] download_list, str save_dir) |
Private Member Functions | |
str | __download_package (self, str package_name, str download_url, str save_dir) |
Class for parallely downloading dependencies from download urls.
Definition at line 15 of file Downloader.py.
def ScanDeps.Downloader.Downloader.download_concurrently | ( | self, | |
list[tuple[str,str]] | download_list, | ||
str | save_dir | ||
) |
Download files concurrently from a list of urls
Definition at line 52 of file Downloader.py.