[Zope3-checkins] SVN: Zope3/trunk/src/zope/publisher/interfaces/__init__.py Added some clarifying text.

Jim Fulton jim at zope.com
Tue Feb 22 19:04:54 EST 2005


Log message for revision 29252:
  Added some clarifying text.
  

Changed:
  U   Zope3/trunk/src/zope/publisher/interfaces/__init__.py

-=-
Modified: Zope3/trunk/src/zope/publisher/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/__init__.py	2005-02-23 00:04:52 UTC (rev 29251)
+++ Zope3/trunk/src/zope/publisher/interfaces/__init__.py	2005-02-23 00:04:53 UTC (rev 29252)
@@ -234,6 +234,10 @@
 
     def callTraversalHooks(request, ob):
         """Invokes any traversal hooks associated with the object.
+
+        This is called before traversing each object.  The ob argument
+        is the object that is about to be traversed.
+        
         """
 
     def traverseName(request, ob, name):
@@ -242,6 +246,8 @@
 
     def afterTraversal(request, ob):
         """Post-traversal hook.
+
+        This is called after all traversal.
         """
 
     def callObject(request, ob):



More information about the Zope3-Checkins mailing list