[Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/interfaces.py Added getContext.

Jim Fulton jim at zope.com
Thu Jun 24 17:29:54 EDT 2004


Log message for revision 25971:
Added getContext.



-=-
Modified: Zope3/trunk/src/zope/tal/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/tal/interfaces.py	2004-06-24 21:28:50 UTC (rev 25970)
+++ Zope3/trunk/src/zope/tal/interfaces.py	2004-06-24 21:29:54 UTC (rev 25971)
@@ -41,7 +41,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