Home | Trees | Indices | Help |
|
---|
|
object --+ | _WithEndpoint --+ | ADQLEndpoint
A facade for an ADQL endpoint.
This is only needed for inspecting server metadata (i.e., in general only for rather fancy applications).
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
available returns True, False, or None (undecidable). |
|
capabilities returns a dictionary containing some meta info on the remote service. |
|
tables returns a sequence of table definitions for the tables accessible through this service. |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Property Details |
availablereturns True, False, or None (undecidable). None is returned when /availability gives a 404 (which is legal) or the returned document doesn't parse.
|
capabilitiesreturns a dictionary containing some meta info on the remote service. Keys to look for include title, identifier, contact (the mail address), and referenceURL. If the remote server doesn't return capabilities as expected, an empty dict is returned.
|
tablesreturns a sequence of table definitions for the tables accessible through this service. The table definitions come as gavo.votable.Table instances.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |