[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/tal/interfaces.py
Merged from trunk 25971:
Jim Fulton
jim at zope.com
Fri Jul 2 16:51:15 EDT 2004
Log message for revision 26071:
Merged from trunk 25971:
Added getContext.
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/tal/interfaces.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/tal/interfaces.py 2004-07-02 20:50:11 UTC (rev 26070)
+++ Zope3/branches/ZopeX3-3.0/src/zope/tal/interfaces.py 2004-07-02 20:51:15 UTC (rev 26071)
@@ -39,7 +39,12 @@
different ITALExpressionEngine implementations.
"""
+ def getContext(namespace):
+ """Create an expression execution context
+ The given namespace provides the initial top-level names.
+ """
+
class ITALExpressionEngine(Interface):
"""Render-time interface provided by a TAL expression implementation.
More information about the Zope3-Checkins
mailing list