mailr6241 - /1.3/generic_fns/selection.py


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

Header


Content

Posted by edward on May 22, 2008 - 14:18:
Author: bugman
Date: Thu May 22 14:18:36 2008
New Revision: 6241

URL: http://svn.gna.org/viewcvs/relax?rev=6241&view=rev
Log:
Updated the epydoc fields in the docstring to include all error conditions.


Modified:
    1.3/generic_fns/selection.py

Modified: 1.3/generic_fns/selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/selection.py?rev=6241&r1=6240&r2=6241&view=diff
==============================================================================
--- 1.3/generic_fns/selection.py (original)
+++ 1.3/generic_fns/selection.py Thu May 22 14:18:36 2008
@@ -86,6 +86,7 @@
     @type change_all:               bool
     @raises RelaxNoPipeError:       If the current data pipe does not exist.
     @raises RelaxNoSequenceError:   If no molecule/residue/spins sequence 
data exists.
+    @raises RelaxError:             If the boolean operator is unknown.
     """
 
     # Test if the current data pipe exists.
@@ -179,6 +180,7 @@
     @type change_all:               bool
     @raises RelaxNoPipeError:       If the current data pipe does not exist.
     @raises RelaxNoSequenceError:   If no molecule/residue/spins sequence 
data exists.
+    @raises RelaxError:             If the boolean operator is unknown.
     """
 
     # Test if the current data pipe exists.
@@ -299,6 +301,7 @@
     @type change_all:               bool
     @raises RelaxNoPipeError:       If the current data pipe does not exist.
     @raises RelaxNoSequenceError:   If no molecule/residue/spins sequence 
data exists.
+    @raises RelaxError:             If the boolean operator is unknown.
     """
 
     # Test if the current data pipe exists.
@@ -393,6 +396,7 @@
     @type change_all:               bool
     @raises RelaxNoPipeError:       If the current data pipe does not exist.
     @raises RelaxNoSequenceError:   If no molecule/residue/spins sequence 
data exists.
+    @raises RelaxError:             If the boolean operator is unknown.
     """
 
     # Test if the current data pipe exists.




Related Messages


Powered by MHonArc, Updated Thu May 22 14:40:18 2008