Author: reinhard
Date: 2006-05-15 01:28:49 -0500 (Mon, 15 May 2006)
New Revision: 8459

Modified:
   trunk/gnue-appserver/src/data.py
Log:
Epydoc fixes.


Modified: trunk/gnue-appserver/src/data.py
===================================================================
--- trunk/gnue-appserver/src/data.py    2006-05-12 23:55:38 UTC (rev 8458)
+++ trunk/gnue-appserver/src/data.py    2006-05-15 06:28:49 UTC (rev 8459)
@@ -1621,7 +1621,6 @@
     This function checks if a field in the sort order has been changed.
 
     @param row: gnue_id of the record to check the sort order for
-    @param order: sequence with the sort order tuples
     @return: True if a field has been changed, False otherwise
     """
     
@@ -1703,7 +1702,6 @@
     """
     This function sorts all records from the cache to fit the current sort
     order.
-    @param order: sort-sequence to be used
     """
 
     if len (self.__add) > 1:
@@ -1725,7 +1723,6 @@
     record specified by 'row' using the given sortorder.
 
     @param row: gnue_id of the record to fetch fieldvalues from
-    @param order: sequence of (fieldname, order) tuples specifing the sort 
order
     @return: sort sequence of tuples (value, direction)
     """
 



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to