![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Functions | |
| fmt (n) | |
| reporthook (block_num, block_size, total_size) | |
| download_file (url, filename) | |
Utility functions to download files
| shamrock.utils.url.download_file | ( | url, | |
| filename | |||
| ) |
Download a file from an URL
Definition at line 35 of file __init__.py.
| shamrock.utils.url.fmt | ( | n | ) |
Definition at line 12 of file __init__.py.
| shamrock.utils.url.reporthook | ( | block_num, | |
| block_size, | |||
| total_size | |||
| ) |
Definition at line 19 of file __init__.py.