| |
- Compiler
- Default
- Engine
- exceptions.Exception
-
- CompileError
- Interpreter
- Iterator
class Engine |
| |
Methods defined here:
- compileFile(self, fp, template_name, get_template)
- compileString(self, source, template_name, get_template)
- dump(self, program)
- interpret(self, program, fp, globals, locals, get_template)
- load(self, s)
Data and other attributes defined here:
- type = None
|
class Interpreter |
| |
Methods defined here:
- __init__(self, globals, locals, macros, get_template)
- beginScope(self)
- endScope(self)
- evaluate(self, expr)
- evaluateBoolean(self, expr)
- evaluateMacro(self, expr)
- evaluateSequence = evaluate(self, expr)
- evaluateStructure = evaluateText(self, expr)
- evaluateText(self, expr)
- evaluateValue = evaluate(self, expr)
- getCompilerError(self)
- getDefault(self)
- getTALESError(self)
- setGlobal(self, name, value)
- setLocal(self, name, value)
- setPosition(self, position)
- setRepeat(self, name, expr)
|
|