PPA.Template.Engines._TALCommon
index
/home/ods/SF-PPA/homepage/API/PPA/Template/Engines/_TALCommon.py

# $Id: _TALCommon.py,v 1.4 2004/05/11 14:09:16 ods Exp $

 
Classes
       
Compiler
Default
Engine
exceptions.Exception
CompileError
Interpreter
Iterator

 
class CompileError(exceptions.Exception)
     Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class Compiler
     Methods defined here:
compile(self, expr)
getCompilerError(self)

 
class Default
     Methods defined here:
__nonzero__(self)

 
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)

 
class Iterator
     Methods defined here:
__init__(self, interpreter, sequence, name)
next(self)

 
Data
        default = <PPA.Template.Engines._TALCommon.Default instance>