BaseVOQuery#
- class astroquery.query.BaseVOQuery(*, extra_user_agents=None)[source]#
Bases:
objectBare minimum base query that sets the Session header to include both astroquery and pyvo. Use in modules that rely on PyVO, either on its own or in combination with
BaseQuery(be mindful about resolution order of base classes!).Create an instance of BaseVOQuery.
- Parameters:
- extra_user_agentsstr | list(str)
Extra user agents to be added to the ones already provided by astroquery.
Methods Summary
__call__(*args, **kwargs)init a fresh copy of self
Methods Documentation