async_to_sync

astroquery.utils.async_to_sync(cls)[source]

Convert all query_x_async methods to query_x methods

(see https://stackoverflow.com/questions/18048341/add-methods-to-a-class-generated-from-other-methods for help understanding)