Trees | Indices | Help |
|
---|
|
A simple serializable object.
This object serves as a parent class for OpCode without any custom field handling.
|
|||
__metaclass__ Meta class for opcode definitions. |
|
|||
|
|||
dict
|
|
||
|
|||
NoneType |
|
||
Inherited from |
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Constructor for BaseOpCode. The constructor takes only keyword arguments and will set attributes on this object based on the passed arguments. As such, it means that you should not pass arguments which are not in the __slots__ attribute for this class.
|
Generic serializer. This method just returns the contents of the instance as a dictionary.
|
Generic unserializer. This method just restores from the serialized state the attributes of the current instance.
|
Validate opcode parameters, optionally setting default values.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 11:13:28 2016 | http://epydoc.sourceforge.net |