Package advene :: Package model :: Module tales :: Class AdveneContext
[hide private]
[frames] | no frames]

Class AdveneContext

source code

simpletal.simpleTALES.Context --+
                                |
                               AdveneContext

Instance Methods [hide private]
 
__init__(self, here, options=None)
Creates a tales.AdveneContext object, having a global symbol 'here' with value 'here' and a global symbol 'options' where all the key- value pairs of parameter 'options' are copied.
source code
 
traversePath(self, expr, canCall=1) source code
 
_traverse_first(self, path) source code
 
_traverse_next(self, val, path) source code
 
_eval(self, val) source code

Inherited from simpletal.simpleTALES.Context: __str__, addGlobal, addRepeat, evaluate, evaluateExists, evaluateNoCall, evaluateNot, evaluatePath, evaluatePython, evaluateString, popLocals, populateDefaultVariables, pushLocals, removeRepeat, setLocal

Method Details [hide private]

__init__(self, here, options=None)
(Constructor)

source code 

Creates a tales.AdveneContext object, having a global symbol 'here' with value 'here' and a global symbol 'options' where all the key- value pairs of parameter 'options' are copied. Of course, it also has all the standard TALES global symbols.

Overrides: simpletal.simpleTALES.Context.__init__

traversePath(self, expr, canCall=1)

source code 
Overrides: simpletal.simpleTALES.Context.traversePath