VOSBase

class astropy.vo.client.vos_catalog.VOSBase(tree)[source] [edit on github]

Bases: object

Deprecated since version 2.0: The VOSBase class is deprecated and may be removed in a future version. Use astroquery.vo_conesearch.vos_catalog.VOSBase instead.

Base class for VOSCatalog and VOSDatabase.

Parameters:tree : JSON tree

Deprecated since version 2.0: The VOSBase class is deprecated and may be removed in a future version. Use astroquery.vo_conesearch.vos_catalog.VOSBase instead.

Methods Summary

dumps() Dump the contents into a string.

Methods Documentation

dumps()[source] [edit on github]

Dump the contents into a string.

Returns:

s : str

Contents as JSON string dump.