mailr6401 - /1.3/generic_fns/xml_data_pipe.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 22, 2008 - 16:18:
Author: bugman
Date: Sun Jun 22 16:01:59 2008
New Revision: 6401

URL: http://svn.gna.org/viewcvs/relax?rev=6401&view=rev
Log:
Docstring improvements.


Modified:
    1.3/generic_fns/xml_data_pipe.py

Modified: 1.3/generic_fns/xml_data_pipe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/xml_data_pipe.py?rev=6401&r1=6400&r2=6401&view=diff
==============================================================================
--- 1.3/generic_fns/xml_data_pipe.py (original)
+++ 1.3/generic_fns/xml_data_pipe.py Sun Jun 22 16:01:59 2008
@@ -86,6 +86,8 @@
     @type doc:      xml.dom.minidom.Document instance
     @param elem:    The element to add the pipe element to.
     @type elem:     XML element object
+    @return:        The data pipe element.
+    @rtype:         XML element object
     """
 
     # Create the pipe element and add it to the higher level element.
@@ -105,6 +107,8 @@
  
     @param doc:     The XML document object.
     @type doc:      xml.dom.minidom.Document instance
+    @return:        The top level relax element.
+    @rtype:         XML element object
     """
 
     # Create the element, including the relax URL.




Related Messages


Powered by MHonArc, Updated Sun Jun 22 16:40:15 2008