InterfacesΒΆ
Interface that a TAL expression implementation provides to the METAL/TAL implementation.
This package does not provide an implementation of
ITALExpressionCompiler, ITALExpressionEngine or
ITALIterator. An external package must provide those. The
most commonly used are zope.tales.tales.ExpressionEngine,
zope.tales.tales.Context, and
zope.tales.tales.Iterator, respectively.