BaseQuery#

class astroquery.query.BaseQuery[source]#

Bases: object

This is the base class for all the query classes in astroquery. It is implemented as an abstract class and must not be directly instantiated.

Attributes Summary

Methods Summary

__call__(*args, **kwargs)

init a fresh copy of self

clear_cache()

Removes all cache files.

reset_cache_location()

Resets the cache location to the default astropy cache

Attributes Documentation

cache_location#

Methods Documentation

__call__(*args, **kwargs)[source]#

init a fresh copy of self

clear_cache()[source]#

Removes all cache files.

reset_cache_location()[source]#

Resets the cache location to the default astropy cache