Download a file from a url and place it in root. Args: url (str): URL to download file from root (str): Directory to place downloaded file in filename (str): Name to save the file under. If None, use the basename of the URL md5 (str): MD5 checksum of the download.
(url, root, filename=None, md5=None)
source not stored for this graph (policy: none)
no test coverage detected