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