QueryWithLogin

class astroquery.query.QueryWithLogin[source]

Bases: BaseQuery

This is the base class for all the query classes which are required to have a login to access the data.

The abstract method _login() must be implemented. It is wrapped by the login() method, which turns off the cache. This way, login credentials are not stored in the cache.

Methods Summary

authenticated()

login(*args, **kwargs)

Methods Documentation

authenticated()[source]
login(*args, **kwargs)[source]