Home | Trees | Indices | Help |
|
---|
|
object --+ | ExtendedAction
Class representing an extended action.
Essentially, an extended action needs to allow the following to happen:
exec("from %s import %s" % (module, function)) exec("%s(action, configPath")" % function)
The following restrictions exist on data in this class:
ActionDependencies
object.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
name Name of the extended action. |
|||
module Name of the module containing the extended action function. |
|||
function Name of the extended action function. |
|||
index Index of action, used for execution ordering. |
|||
dependencies Dependencies for action, used for execution ordering. |
|||
Inherited from |
|
Constructor for the
|
Official string representation for class instance.
|
Informal string representation for class instance.
|
Definition of equals operator for this class.
|
Property target used to set the action name. The value must be a
non-empty string if it is not
|
Property target used to set the module name. The value must be a
non-empty string if it is not
|
Property target used to set the function name. The value must be a
non-empty string if it is not
|
Property target used to set the action index. The value must be an integer >= 0.
|
Property target used to set the action dependencies information. If
not
|
|
nameName of the extended action. |
moduleName of the module containing the extended action function.
|
functionName of the extended action function.
|
indexIndex of action, used for execution ordering. |
dependenciesDependencies for action, used for execution ordering.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 19 20:56:42 2010 | http://epydoc.sourceforge.net |