is_url¶
- astropy.utils.data.is_url(string)[source]¶
Test whether a string is a valid URL for
download_file()
.- Parameters:
- string
python:str
The string to test.
- string
- Returns:
- statusbool
String is URL or not.
Test whether a string is a valid URL for download_file()
.
python:str
The string to test.
String is URL or not.