astropy:docs
  • Index
  • Modules

Navigation

  • next »
  • « previous |
  • pyvo v1.2.dev761 »
  • Registry (pyvo.registry) »
  • search

search¶

pyvo.registry.regtap.search(*constraints: pyvo.registry.rtcons.Constraint, includeaux=False, **kwargs)[source]¶

execute a simple query to the RegTAP registry.

Parameters
The function accepts query constraints either as Constraint objects
passed in as positional arguments or as their associated keywords.
For what constraints are available, see TODO.
The values of keyword arguments may be tuples or lists when the associated
Constraint objects take multiple arguments.
All constraints, whether passed in directly or via keywords, are
evaluated as a conjunction (i.e., in an AND clause).
includeauxbool

Flag for whether to include auxiliary capabilities in results. This may result in duplicate capabilities being returned, especially if the servicetype is not specified.

Returns
RegistryResults

a container holding a table of matching resource (e.g. services)

See also

RegistryResults

Page Contents

  • search

Page Source   Back to Top

© Copyright 2022, the IVOA community.
Created using Sphinx 3.4.3.   Last built 10 Jan 2022.