Trees | Indices | Help |
|
---|
|
Abstract OpCode.
This is the root of the actual OpCode hierarchy. All clases derived from this class should override OP_ID.
|
|||
dict
|
|
||
|
|||
Inherited from Inherited from |
|
|||
|
|||
Inherited from |
|
|||
OP_ID = "OP_ABSTRACT" The ID of this opcode. |
|
|||
dry_run Whether the LU should be run in dry-run mode, i.e. |
|
|||
Inherited from |
|
Specialized getstate for opcodes. This method adds to the state dictionary the OP_ID of the class, so that on unload we can identify the correct class for instantiating the opcode.
|
Generic load opcode method. The method identifies the correct opcode class from the dict-form by looking for a OP_ID key, if this is not found, or its value is not available in this module as a child of this class, we fail.
|
|
OP_IDThe ID of this opcode. This should be unique amongst all children of this class.
|
|
dry_runWhether the LU should be run in dry-run mode, i.e. just the check steps |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Dec 9 15:55:50 2010 | http://epydoc.sourceforge.net |