mailr3412 - /1.3/generic_fns/molecule.py


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

Header


Content

Posted by edward on November 04, 2007 - 15:56:
Author: bugman
Date: Sun Nov  4 15:41:08 2007
New Revision: 3412

URL: http://svn.gna.org/viewcvs/relax?rev=3412&view=rev
Log:
Created the module docstring.


Modified:
    1.3/generic_fns/molecule.py

Modified: 1.3/generic_fns/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/molecule.py?rev=3412&r1=3411&r2=3412&view=diff
==============================================================================
--- 1.3/generic_fns/molecule.py (original)
+++ 1.3/generic_fns/molecule.py Sun Nov  4 15:41:08 2007
@@ -25,7 +25,11 @@
 from relax_errors import RelaxError, RelaxFileEmptyError, 
RelaxNoPdbChainError, RelaxNoPipeError, RelaxNoSequenceError, 
RelaxSequenceError
 
 
-# The relax data storage object.
+# Module doc.
+"""Functions for manipulating the molecule information content in the relax 
data storage singleton.
+
+This touches part of the molecule-residue-spin data structure.
+"""
 
 
 def copy(res_num_from=None, res_name_from=None, res_num_to=None, 
res_name_to=None):




Related Messages


Powered by MHonArc, Updated Sun Nov 04 16:00:16 2007