RegistryResults¶
-
class
pyvo.registry.regtap.
RegistryResults
(votable, url=None)[source]¶ Bases:
pyvo.dal.query.DALResults
an iterable set of results from a registry query. Each record is returned as RegistryResults
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
Raises: DALFormatError
if the response VOTable does not contain a response table
See also
DALFormatError
Methods Summary
getrecord
(index)return all the attributes of a resource record with the given index Methods Documentation