Expression Engine¶
- class zope.tales.tales.Context(engine, contexts)[source]¶
Expression engine, an implementation of
zope.tal.interfaces.ITALExpressionEngine.This class is called
Contextbecause an instance of this class holds context information (namespaces) that it uses when evaluating compiled expressions.- Parameters:
engine – A
ExpressionEngine(azope.tal.interfaces.ITALExpressionCompiler)contexts – A mapping (namespace) of variables that forms the base variable scope.
Exceptions¶
A number of exceptions are defined.