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.
|
__init__(self,
endpointURL,
query=None,
jobId=None,
lang=' ADQL ' ,
userParams={ } ,
timeout=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
waitForPhases(self,
phases,
pollInterval=None,
increment=None,
giveUpAfter=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|