async_to_sync (cls) |
Convert all query_x_async methods to query_x methods |
chunk_read (response[, chunk_size, report_hook]) |
|
chunk_report (bytes_so_far, chunk_size, ...) |
|
download_list_of_fitsfiles (linklist[, ...]) |
Given a list of file URLs, download them and (optionally) rename them. |
parse_coordinates (coordinates) |
Takes a string or astropy.coordinates object. |
parse_radius (radius) |
Given a radius checks that it is either parsable as an Angle or a Quantity and returns an Angle object. |
prepend_docstr_noreturns (doc) |
Decorator to prepend to the function’s docstr after stripping out the “Returns”. |
send_request (url, data, timeout[, ...]) |
A utility function that post HTTP requests to remote server and returns the HTTP response. |
suppress_vo_warnings () |
Suppresses all warnings of the class astropy.io.votable.exceptions.VOWarning . |
turn_off_internet ([verbose]) |
|
turn_on_internet ([verbose]) |
|
validate_email (email) |
E-mail address validation. |