mailr4539 - /1.3/relax_io.py


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

Header


Content

Posted by edward on January 09, 2008 - 14:10:
Author: bugman
Date: Wed Jan  9 14:10:13 2008
New Revision: 4539

URL: http://svn.gna.org/viewcvs/relax?rev=4539&view=rev
Log:
Updated the docstring of the relax_io.open_write_file() function for epydoc.


Modified:
    1.3/relax_io.py

Modified: 1.3/relax_io.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_io.py?rev=4539&r1=4538&r2=4539&view=diff
==============================================================================
--- 1.3/relax_io.py (original)
+++ 1.3/relax_io.py Wed Jan  9 14:10:13 2008
@@ -355,7 +355,13 @@
 
 
 def strip(data):
-    """Function to remove all comment and empty lines from the file data 
structure."""
+    """Function to remove all comment and empty lines from the file data 
structure.
+
+    @param data:    The file data.
+    @type data:     list of lists of str
+    @return:        The file data with comment and empty lines removed.
+    @rtype:         list of lists of str
+    """
 
     # Initialise the new data array.
     new = []




Related Messages


Powered by MHonArc, Updated Wed Jan 09 14:20:11 2008