Trees | Indices | Help |
|
---|
|
Remote API base resources library.
|
|||
R_Generic Generic class for resources. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
dict |
|
||
string |
|
||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_DEFAULT = object()
|
Imports: logging, luxi, rapi, http, ssconf, constants, opcodes, errors
|
Builds a URI list as used by index resources.
|
Creates a list containing one column out of a list of lists.
|
Maps two lists into one dictionary. Example: >>> MapFields(["a", "b"], ["foo", 123]) {'a': 'foo', 'b': 123}
|
Map value to field name in to one dictionary.
|
Makes params dictionary out of a option set. This function returns a dictionary needed for hv or be parameters. But only those fields which provided in the option set. Takes parameters frozensets from constants.
|
Generic wrapper for submit job, for better http compatibility.
|
Feedback logging function for jobs. We don't have a stdout for printing log messages, so log them to the http log at least.
|
Abort request if value type doesn't match expected type.
|
Check and return the value for a given parameter. If no default value was given and the parameter doesn't exist in the input data, an error is raise.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Dec 9 15:55:22 2010 | http://epydoc.sourceforge.net |