mailr9680 - /branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_1.py


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

Header


Content

Posted by edward on October 09, 2009 - 12:01:
Author: bugman
Date: Fri Oct  9 12:01:55 2009
New Revision: 9680

URL: http://svn.gna.org/viewcvs/relax?rev=9680&view=rev
Log:
Added a docstring to tag_setup().


Modified:
    branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_1.py

Modified: branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_1.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_1.py?rev=9680&r1=9679&r2=9680&view=diff
==============================================================================
--- branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_1.py (original)
+++ branches/bmrb/bmrblib/kinetics/heteronucl_NOEs_v3_1.py Fri Oct  9 
12:01:55 2009
@@ -55,6 +55,14 @@
     """v3.1 HeteronuclNOEList tag category."""
 
     def tag_setup(self, tag_category_label=None, sep=None):
+        """Set up the tag names.
+
+        @keyword tag_category_label:    The tag name prefix specific for the 
tag category.
+        @type tag_category_label:       None or str
+        @keyword sep:                   The string separating the tag name 
prefix and suffix.
+        @type sep:                      str
+        """
+
         # Execute the base class tag_setup() method.
         HeteronuclNOEList.tag_setup(self, 
tag_category_label='Heteronucl_NOE_list', sep=sep)
 




Related Messages


Powered by MHonArc, Updated Fri Oct 09 12:20:02 2009