certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/scripts GenMsgAST.py


From: certi-cvs
Subject: [certi-cvs] certi/scripts GenMsgAST.py
Date: Fri, 18 Jun 2010 14:29:00 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      10/06/18 14:28:59

Modified files:
        scripts        : GenMsgAST.py 

Log message:
        Merge from Lucas ALBA work
         - enhance embedded python documentation using epydoc (patch 2)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/GenMsgAST.py?cvsroot=certi&r1=1.14&r2=1.15

Patches:
Index: GenMsgAST.py
===================================================================
RCS file: /sources/certi/certi/scripts/GenMsgAST.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- GenMsgAST.py        18 Jun 2010 13:34:28 -0000      1.14
+++ GenMsgAST.py        18 Jun 2010 14:28:59 -0000      1.15
@@ -20,7 +20,7 @@
 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 ## USA
 ##
-## $Id: GenMsgAST.py,v 1.14 2010/06/18 13:34:28 erk Exp $
+## $Id: GenMsgAST.py,v 1.15 2010/06/18 14:28:59 erk Exp $
 ## ----------------------------------------------------------------------------
 
 """
@@ -351,7 +351,7 @@
         built the appropriate ASTElement sub-class.
         
         @param any: the object to be added to the tree
-        @type any: some sub-class of C{ASTElement}, see: G{ASTElement}
+        @type any: some sub-class of C{ASTElement}, see: G{classtree 
ASTElement}
           
         """
 
@@ -556,6 +556,10 @@
         """
         super(Version, self).__init__(name='Version')
         self.number = number
+        """
+        @ivar: the number of the version
+        @type: a C{set} of two C{integer} values
+        """
 
     def __repr__(self):
         """
@@ -585,7 +589,16 @@
         """
         super(Factory, self).__init__(name)
         self.creator = creator
+        """
+        @ivar: the creator of the factory
+        @type: a C{set} of three C{string}
+        """
         self.receiver = receiver
+        """
+        @ivar: the receiver of the factory
+        @type: a C{set} of three C{string}
+        """
+
 
     def hasFactoryCreator(self):
         """



reply via email to

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