mailr3707 - /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 November 20, 2007 - 18:07:
Author: bugman
Date: Tue Nov 20 18:07:13 2007
New Revision: 3707

URL: http://svn.gna.org/viewcvs/relax?rev=3707&view=rev
Log:
Added a simple docstring to the relax_io module.


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=3707&r1=3706&r2=3707&view=diff
==============================================================================
--- 1.3/relax_io.py (original)
+++ 1.3/relax_io.py Tue Nov 20 18:07:13 2007
@@ -49,6 +49,13 @@
 
 # relax module imports.
 from relax_errors import RelaxError, RelaxFileError, 
RelaxFileOverwriteError, RelaxMissingBinaryError, RelaxNoInPathError, 
RelaxNonExecError
+
+
+"""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.
+"""
 
 
 class IO:




Related Messages


Powered by MHonArc, Updated Tue Nov 20 18:20:16 2007