Home | Trees | Indices | Help |
|
---|
|
object --+ | ActionHook --+ | PreActionHook
Class representing a pre-action hook associated with an action.
A hook associated with an action is a shell command to be executed either before or after a named action is executed. In this case, a pre-action hook is executed before the named action.
As with all of the other classes that represent configuration
sections, all of these values are optional. It is up to some
higher-level construct to decide whether everything they need is filled
in. Some validation is done on non-None
assignments
through the use of the Python property()
construct.
before
instance variable is always set to
True in this class.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
PreActionHook class.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Sep 19 22:08:45 2007 | http://epydoc.sourceforge.net |