Package gavo :: Package stc :: Module stcxast :: Class ContextActions
[frames] | no frames]

Class ContextActions

source code

object --+
         |
        ContextActions
Known Subclasses:

A specification of context actions for certain elements.

You will want to override both start and stop. The methods should not change node.

Instance Methods
 
start(self, context, node) source code
 
stop(self, context, node) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__