TAPResults

class pyvo.dal.tap.TAPResults(votable, url=None, protocol=None, version=None)[source]

Bases: pyvo.dal.query.DALResults

initialize the cursor. This constructor is not typically called by directly applications; rather an instance is obtained from calling a DALQuery’s execute().

Parameters:

votable : str

the service response parsed into an astropy.io.votable.tree.VOTableFile instance.

url : str

the URL that produced the response

protocol : str

the name of the protocol that this response (supposedly) complies with

version : str

the version of the protocol that this response (supposedly) complies with

Raises:

DALFormatError

if the response VOTable does not contain a response table

See also

DALFormatError

Attributes Summary

infos return the info element as dictionary
query_status return the query status

Attributes Documentation

infos

return the info element as dictionary

query_status

return the query status