VOSBase¶
-
class
astropy.vo.client.vos_catalog.VOSBase(tree)[source] [edit on github]¶ Bases:
objectBase class for
VOSCatalogandVOSDatabase.Parameters: tree : JSON tree 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.
-