mailr6513 - /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 June 28, 2008 - 17:51:
Author: bugman
Date: Sat Jun 28 17:51:50 2008
New Revision: 6513

URL: http://svn.gna.org/viewcvs/relax?rev=6513&view=rev
Log:
Added epydoc comments to the DummyFileObject.write() method.


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=6513&r1=6512&r2=6513&view=diff
==============================================================================
--- 1.3/relax_io.py (original)
+++ 1.3/relax_io.py Sat Jun 28 17:51:50 2008
@@ -456,7 +456,11 @@
 
 
     def write(self, str):
-        """Mimic the file object write() method so that this class can be 
used as a file object."""
+        """Mimic the file object write() method so that this class can be 
used as a file object.
+
+        @param str:     The string to be written.
+        @type str:      str
+        """
 
         # Append the string to the data object.
         self.data = self.data + str




Related Messages


Powered by MHonArc, Updated Sat Jun 28 18:00:19 2008