[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/form/browser/interfaces.py Add a bit of documentation.

Benji York benji at zope.com
Mon May 9 14:15:54 EDT 2005


Log message for revision 30317:
  Add a bit of documentation.
  

Changed:
  U   Zope3/trunk/src/zope/app/form/browser/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/app/form/browser/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/interfaces.py	2005-05-09 17:26:35 UTC (rev 30316)
+++ Zope3/trunk/src/zope/app/form/browser/interfaces.py	2005-05-09 18:15:54 UTC (rev 30317)
@@ -179,11 +179,15 @@
 
     def render(name):
         """Return a rendering of the search form elements
+
+        The query view should use `name` as the prefix for its widgets.
         """
 
     def results(name):
         """Return the results of the query
 
+        The query view should use `name` as the prefix for its widgets.
+
         The value returned is an iterable.
 
         None may be returned to indicate that there are no results.



More information about the Zope3-Checkins mailing list