Package gavo :: Package protocols :: Module dlasync :: Class ArgsParameter
[frames] | no frames]

Class ArgsParameter

source code

      object --+    
               |    
uws.JobParameter --+
                   |
                  ArgsParameter

all parameters passed to the datalink job as a request.args dict.

The serialised representation is the pickled dict. Pickle is ok as the string never leaves our control (the network serialisation is whatever comes in via the POST).

Instance Methods

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

Class Methods

Inherited from uws.JobParameter: addPar, getPar, updatePar

Properties

Inherited from object: __class__