bundles / astropy latest / astropy / utils / data / is_url
function
astropy.utils.data:is_url
source: /astropy/utils/data.py :159
Signature
def is_url ( string ) Summary
Test whether a string is a valid URL for download_file.
Parameters
string: strThe string to test.
Returns
status: boolString is URL or not.
Aliases
-
astropy.io.fits.file._is_url