mailr9321 - /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 August 14, 2009 - 18:55:
Author: bugman
Date: Fri Aug 14 18:55:04 2009
New Revision: 9321

URL: http://svn.gna.org/viewcvs/relax?rev=9321&view=rev
Log:
Epydoc docstring fixes for IO.__init__().


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=9321&r1=9320&r2=9321&view=diff
==============================================================================
--- 1.3/relax_io.py (original)
+++ 1.3/relax_io.py Fri Aug 14 18:55:04 2009
@@ -547,25 +547,25 @@
         """Class containing the file operations.
 
         IO streams
-        ~~~~~~~~~~
+        ==========
 
         Standard python IO streams:
 
-        sys.stdin  = self.python_stdin
-        sys.stdout = self.python_stdout
-        sys.stderr = self.python_stderr
+            - sys.stdin  = self.python_stdin
+            - sys.stdout = self.python_stdout
+            - sys.stderr = self.python_stderr
 
         Logging IO streams:
 
-        sys.stdin  = self.log_stdin  = self.python_stdin
-        sys.stdout = self.log_stdout = self.log_file
-        sys.stderr = self.log_stdout = (self.python_stderr, self.log_file)
+            - sys.stdin  = self.log_stdin  = self.python_stdin
+            - sys.stdout = self.log_stdout = self.log_file
+            - sys.stderr = self.log_stdout = (self.python_stderr, 
self.log_file)
 
         Tee IO streams:
 
-        sys.stdin  = self.tee_stdin  = self.python_stdin
-        sys.stdout = self.tee_stdout = (self.python_stdout, self.tee_file)
-        sys.stderr = self.tee_stdout = (self.python_stderr, self.tee_file)
+            - sys.stdin  = self.tee_stdin  = self.python_stdin
+            - sys.stdout = self.tee_stdout = (self.python_stdout, 
self.tee_file)
+            - sys.stderr = self.tee_stdout = (self.python_stderr, 
self.tee_file)
         """
 
         self.relax = relax




Related Messages


Powered by MHonArc, Updated Fri Aug 14 19:20:03 2009