|
| parser |
|
| lock |
|
| download_timeout |
|
Class for parallely downloading dependencies from download urls.
Definition at line 22 of file Downloader.py.
◆ __get_archive_base_dir()
str ScanDeps.Downloader.Downloader.__get_archive_base_dir |
( |
|
self, |
|
|
str |
archive_path |
|
) |
| |
|
private |
Determines the base directory within an extracted archive.
Assumes a common pattern where archives may contain a single top-level
directory or none.
Definition at line 32 of file Downloader.py.
◆ download_concurrently()
def ScanDeps.Downloader.Downloader.download_concurrently |
( |
|
self, |
|
|
Parser |
parser |
|
) |
| |
Download files concurrently from a list of urls
Definition at line 204 of file Downloader.py.
The documentation for this class was generated from the following file: