RegistryResults

class pyvo.registry.regtap.RegistryResults(votable, url=None, version='1.0')[source]

Bases: pyvo.dal.tap.TAPResults

an iterable set of results from a registry query. Each record is returned as RegistryResultse

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

Methods Summary

getrecord(index) return all the attributes of a resource record with the given index

Methods Documentation

getrecord(index)[source]

return all the attributes of a resource record with the given index as SimpleResource instance (a dictionary-like object).

Parameters:

index : int

the zero-based index of the record