Package gavo :: Package protocols :: Module uws :: Class UploadParameter
[frames] | no frames]

Class UploadParameter

source code

  object --+    
           |    
JobParameter --+
               |
              UploadParameter

A generic DALI-style upload facility.

We add this to all UWS job classes when their underlying services have a file-typed input key. It will contain some somewhat arbitrary string that lets people guess what they uploaded. TAP does this a bit differently from useruws, which tries a somewhat rationalised approach.

Instance Methods

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

Class Methods
 
addPar(cls, name, value, job) source code

Inherited from JobParameter: getPar, updatePar

Properties

Inherited from object: __class__

Method Details

addPar(cls, name, value, job)
Class Method

source code 
Overrides: JobParameter.addPar