commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8423 - in trunk/gnue-common/src: datasources/drivers/Base format


From: reinhard
Subject: [gnue] r8423 - in trunk/gnue-common/src: datasources/drivers/Base formatting/masks logic printing/pdftable
Date: Wed, 19 Apr 2006 01:31:11 -0500 (CDT)

Author: reinhard
Date: 2006-04-19 01:31:10 -0500 (Wed, 19 Apr 2006)
New Revision: 8423

Modified:
   trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py
   trunk/gnue-common/src/formatting/masks/MaskTokenizer.py
   trunk/gnue-common/src/logic/GTriggerCore.py
   trunk/gnue-common/src/logic/language.py
   trunk/gnue-common/src/printing/pdftable/pdftable.py
Log:
Epydoc fixes.


Modified: trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py 2006-04-18 
23:38:07 UTC (rev 8422)
+++ trunk/gnue-common/src/datasources/drivers/Base/ResultSet.py 2006-04-19 
06:31:10 UTC (rev 8423)
@@ -552,8 +552,7 @@
             with.  All fields not given in this dictionary are initialized with
             None.
         @return: the newly inserted record.
-        @raise L{Exceptions.ReadOnlyInsertError}: if the ResultSet is read
-            only.
+        @raise Exceptions.ReadOnlyInsertError: if the ResultSet is read only.
         """
 
         checktype(defaultData, dict)
@@ -588,8 +587,7 @@
             fields except primary key fields and rowid fields, which are never
             copied anyway.
         @return: the newly inserted record.
-        @raise L{Exceptions.ReadOnlyInsertError}: if the ResultSet is read
-            only.
+        @raise Exceptions.ReadOnlyInsertError: if the ResultSet is read only.
         """
 
         checktype(exclude, list)

Modified: trunk/gnue-common/src/formatting/masks/MaskTokenizer.py
===================================================================
--- trunk/gnue-common/src/formatting/masks/MaskTokenizer.py     2006-04-18 
23:38:07 UTC (rev 8422)
+++ trunk/gnue-common/src/formatting/masks/MaskTokenizer.py     2006-04-19 
06:31:10 UTC (rev 8423)
@@ -354,14 +354,10 @@
         The input mask scanner will create a list of class instances
         that describe the input mask.
 
-        @type text: string
-        @param text: The text to be used as the mask
+        @type mask_text: string
+        @param mask_text: The text to be used as the mask
         @type name: string
         @param name: The name of the input mask(TODO: ?)
-        @type numeric: boolean
-        @param numeric: Is this a numeric input mask
-        @type date: boolean
-        @param date: Is this a numeric input mask
         """
         self._set = ""
         self.__singles = []
@@ -449,4 +445,4 @@
         elif num_markers:
             self.type = 'numeric'
         else:
-            self.type = 'date'
\ No newline at end of file
+            self.type = 'date'

Modified: trunk/gnue-common/src/logic/GTriggerCore.py
===================================================================
--- trunk/gnue-common/src/logic/GTriggerCore.py 2006-04-18 23:38:07 UTC (rev 
8422)
+++ trunk/gnue-common/src/logic/GTriggerCore.py 2006-04-19 06:31:10 UTC (rev 
8423)
@@ -92,11 +92,11 @@
 
     def create_namespace_object(self, global_namespace):
         """
-        Construct a namespace object tree from an XML (L{GObject.GObj}) object
-        tree.
+        Construct a namespace object tree from an XML
+        (L{definitions.GObject.GObj}) object tree.
 
         This function creates a L{NamespaceElement} object for each
-        L{GObject.GObj} in the object.
+        L{definitions.GObject.GObj} in the object.
         """
 
         # Do not create a namespace object for xml objects with no "name"

Modified: trunk/gnue-common/src/logic/language.py
===================================================================
--- trunk/gnue-common/src/logic/language.py     2006-04-18 23:38:07 UTC (rev 
8422)
+++ trunk/gnue-common/src/logic/language.py     2006-04-19 06:31:10 UTC (rev 
8423)
@@ -177,8 +177,8 @@
     @return: Language adapter object
     @rtype: L{adapters.Base.LanguageAdapter}
 
-    @raise L{AdapterNotFoundError}: There is no language adapter available for
-        the given language.
+    @raise AdapterNotFoundError: There is no language adapter available for the
+        given language.
     """
 
     lang = str(language.lower())

Modified: trunk/gnue-common/src/printing/pdftable/pdftable.py
===================================================================
--- trunk/gnue-common/src/printing/pdftable/pdftable.py 2006-04-18 23:38:07 UTC 
(rev 8422)
+++ trunk/gnue-common/src/printing/pdftable/pdftable.py 2006-04-19 06:31:10 UTC 
(rev 8423)
@@ -456,7 +456,7 @@
     
     Usefull in reproducing a check register style printout.
     
-    @param String: The string to print
+    @param string: The string to print
     @param borders: A list containing the border widths to use on the line.
                     Sequence is in the order Top, Right, Bottom, Left (TRBL)
                     which I believe is how CSS does it





reply via email to

[Prev in Thread] Current Thread [Next in Thread]