{ } Raw JSON

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 : str

The string to test.

Returns

status : bool

String is URL or not.

Aliases

  • astropy.io.fits.file._is_url