mailr10198 - /branches/multi_processor_merge/relax


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

Header


Content

Posted by edward on January 13, 2010 - 15:41:
Author: bugman
Date: Wed Jan 13 15:41:04 2010
New Revision: 10198

URL: http://svn.gna.org/viewcvs/relax?rev=10198&view=rev
Log:
Expanded the run() docstring to explain why this method exists.


Modified:
    branches/multi_processor_merge/relax

Modified: branches/multi_processor_merge/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/relax?rev=10198&r1=10197&r2=10198&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Wed Jan 13 15:41:04 2010
@@ -105,7 +105,10 @@
 
 
     def run(self):
-        """Execute relax."""
+        """Execute relax.
+
+        This is the application callback method executed by the 
multi-processor framework.
+        """
 
         # Show the version number and exit.
         if self.mode == 'version':




Related Messages


Powered by MHonArc, Updated Wed Jan 13 16:00:02 2010