mailr7795 - /1.3/relax


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

Header


Content

Posted by edward on October 17, 2008 - 00:18:
Author: bugman
Date: Fri Oct 17 00:18:03 2008
New Revision: 7795

URL: http://svn.gna.org/viewcvs/relax?rev=7795&view=rev
Log:
Added a class docstring for the main relax class.


Modified:
    1.3/relax

Modified: 1.3/relax
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax?rev=7795&r1=7794&r2=7795&view=diff
==============================================================================
--- 1.3/relax (original)
+++ 1.3/relax Fri Oct 17 00:18:03 2008
@@ -63,6 +63,12 @@
 
 
 class Relax:
+    """The main relax class.
+
+    This contains information about the running state, for example the mode 
of operation of relax,
+    whether debugging is turned on, etc.
+    """
+
     def __init__(self):
         """The top level class for initialising the program."""
 




Related Messages


Powered by MHonArc, Updated Fri Oct 17 00:40:04 2008