mailr23636 - in /branches/frame_order_cleanup: ./ lib/io.py


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

Header


Content

Posted by edward on June 04, 2014 - 13:58:
Author: bugman
Date: Wed Jun  4 13:58:55 2014
New Revision: 23636

URL: http://svn.gna.org/viewcvs/relax?rev=23636&view=rev
Log:
Merged revisions 23631 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r23631 | bugman | 2014-06-04 10:33:20 +0200 (Wed, 04 Jun 2014) | 3 lines
  
  Removal of the docstring text wrapping in the lib.io module.
........

Modified:
    branches/frame_order_cleanup/   (props changed)
    branches/frame_order_cleanup/lib/io.py

Propchange: branches/frame_order_cleanup/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Jun  4 13:58:55 2014
@@ -1 +1 @@
-/trunk:1-23629
+/trunk:1-23635

Modified: branches/frame_order_cleanup/lib/io.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/lib/io.py?rev=23636&r1=23635&r2=23636&view=diff
==============================================================================
--- branches/frame_order_cleanup/lib/io.py      (original)
+++ branches/frame_order_cleanup/lib/io.py      Wed Jun  4 13:58:55 2014
@@ -23,8 +23,7 @@
 # Module docstring.
 """Module containing advanced IO functions for relax.
 
-This includes IO redirection, automatic loading and writing of compressed 
files (both Gzip and BZ2
-compression), reading and writing of files, processing of the contents of 
files, etc.
+This includes IO redirection, automatic loading and writing of compressed 
files (both Gzip and BZ2 compression), reading and writing of files, 
processing of the contents of files, etc.
 """
 
 # Python module imports.
@@ -86,9 +85,7 @@
 
     @param file_path:   The full file path of the file.
     @type file_path:    str
-    @return:            A tuple of the compression type and full path of the 
file (including its
-                        extension).  A value of 0 corresponds to no 
compression.  Bzip2 compression
-                        corresponds to a value of 1.  Gzip compression 
corresponds to a value of 2.
+    @return:            A tuple of the compression type and full path of the 
file (including its extension).  A value of 0 corresponds to no compression.  
Bzip2 compression corresponds to a value of 1.  Gzip compression corresponds 
to a value of 2.
     @rtype:             (int, str)
     """
 
@@ -123,15 +120,11 @@
 
     @param file:            The file to extract the data from.
     @type file:             str or file object
-    @param dir:             The path where the file is located.  If None and 
the file argument is a
-                            string, then the current directory is assumed.
+    @param dir:             The path where the file is located.  If None and 
the file argument is a string, then the current directory is assumed.
     @type dir:              str or None
-    @param file_data:       If the file data has already been extracted from 
the file, it can be
-                            passed into this function using this argument.  
If data is supplied
-                            here, then the file_name and dir args are 
ignored.
+    @param file_data:       If the file data has already been extracted from 
the file, it can be passed into this function using this argument.  If data 
is supplied here, then the file_name and dir args are ignored.
     @type file_data:        list of str
-    @param sep:             The character separating the columns in the file 
data.  If None, then
-                            whitespace is assumed.
+    @param sep:             The character separating the columns in the file 
data.  If None, then whitespace is assumed.
     @type sep:              str
     @return:                The file data.
     @rtype:                 list of lists of str
@@ -181,8 +174,7 @@
 
     @param file_name:   The name of the file to extract the data from.
     @type file_name:    str
-    @param dir:         The path where the file is located.  If None, then 
the current directory is
-                        assumed.
+    @param dir:         The path where the file is located.  If None, then 
the current directory is assumed.
     @type dir:          str
     @return:            The full file path.
     @rtype:             str
@@ -227,8 +219,7 @@
 
     @param file_name:   The name of the file.
     @type file_name:    str
-    @param dir:         The path where the file is located.  If None, then 
the current directory is
-                        assumed.
+    @param dir:         The path where the file is located.  If None, then 
the current directory is assumed.
     @type dir:          str
     @param verbosity:   The verbosity level.
     @type verbosity:    int
@@ -263,11 +254,9 @@
 
     @param file_name:       The name of the file.
     @type file_name:        str
-    @param dir:             The path where the file is located.  If None, 
then the current directory
-                            is assumed.
+    @param dir:             The path where the file is located.  If None, 
then the current directory is assumed.
     @type dir:              str
-    @param compress_type:   The compression type.  The integer values 
correspond to the compression
-                            type: 0, no compression; 1, Bzip2 compression; 
2, Gzip compression.
+    @param compress_type:   The compression type.  The integer values 
correspond to the compression type: 0, no compression; 1, Bzip2 compression; 
2, Gzip compression.
     @type compress_type:    int
     @param verbosity:       The verbosity level.
     @type verbosity:        int
@@ -326,8 +315,7 @@
 
     @param file_name:   The name of the file to extract the data from.
     @type file_name:    str
-    @param dir:         The path where the file is located.  If None, then 
the current directory is
-                        assumed.
+    @param dir:         The path where the file is located.  If None, then 
the current directory is assumed.
     @type dir:          str
     @param verbosity:   The verbosity level.
     @type verbosity:    int




Related Messages


Powered by MHonArc, Updated Wed Jun 04 17:00:02 2014