AdhocServiceResultsMixin¶
-
class
pyvo.dal.adhoc.
AdhocServiceResultsMixin
(votable, url=None, session=None)[source]¶ Bases:
object
Mixing for adhoc:service functionallity for results classes.
Methods Summary
Return the adhoc service starting with the given service_def id.
get_adhocservice_by_ivoid
(ivo_id)Return the adhoc service starting with the given ivo_id.
Methods Documentation
-
get_adhocservice_by_id
(id_)[source]¶ Return the adhoc service starting with the given service_def id.
- Parameters
- id_str
the service_def id of the service we want to have.
- Returns
- Resource
The resource element describing the service.
-