Home | Trees | Indices | Help |
|
---|
|
object --+ | _WithEndpoint --+ | ADQLSyncJob
A facade for a synchronous TAP Job.
This really is just a very glorified urllib.urlopen. Maybe some superficial parallels to ADQLTAPJob are useful.
You can construct it, add uploads, and then start or run the thing. Methods that make no sense at all for sync jobs ("phase") silently return some more or less sensible fakes.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
info | |
phase | |
quote | |
owner | |
parameters | |
allResults | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
does nothing. You could argue that this could come from a different thread and we could try to interrupt the ongoing request. Well, if you want it, try it yourself or ask the author. |
Property Details |
info
|
phase
|
quote
|
owner
|
parameters
|
allResults
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |