is_url# astropy.utils.data.is_url(string)[source]# Test whether a string is a valid URL for download_file(). Parameters: stringstrThe string to test. Returns: statusboolString is URL or not.