Package gavo :: Package protocols :: Module tap :: Class PlanAction
[frames] | no frames]

Class PlanAction

source code

          object --+    
                   |    
uwsactions.JobAction --+
                       |
                      PlanAction

retrieve a query plan.

This is actually a TAP action; as we add UWSes, we'll need to think about how we can customize uwsactions my UWS type.

Instance Methods
 
formatPlan(self, qTableAndPlan) source code
 
getPlan(self, job, request) source code
 
doGET(self, job, request) source code

Inherited from uwsactions.JobAction: getResource

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  name = 'plan'
hash(x)

Inherited from uwsactions.JobAction: mime

Properties

Inherited from object: __class__