mailr9493 - in /1.3/specific_fns: consistency_tests.py hybrid.py jw_mapping.py noe.py


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

Header


Content

Posted by edward on September 10, 2009 - 17:01:
Author: bugman
Date: Thu Sep 10 17:01:39 2009
New Revision: 9493

URL: http://svn.gna.org/viewcvs/relax?rev=9493&view=rev
Log:
Deleted the __init__() class methods as these were empty, and shifted the 
docstring to that of the class.


Modified:
    1.3/specific_fns/consistency_tests.py
    1.3/specific_fns/hybrid.py
    1.3/specific_fns/jw_mapping.py
    1.3/specific_fns/noe.py

Modified: 1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/consistency_tests.py?rev=9493&r1=9492&r2=9493&view=diff
==============================================================================
--- 1.3/specific_fns/consistency_tests.py (original)
+++ 1.3/specific_fns/consistency_tests.py Thu Sep 10 17:01:39 2009
@@ -34,9 +34,7 @@
 
 
 class Consistency_tests(Common_functions):
-    def __init__(self):
-        """Class containing functions specific to consistency testing."""
-
+    """Class containing functions specific to consistency testing."""
 
     def calculate(self, verbosity=1, sim_index=None, spin_id=None):
         """Calculation of the consistency functions."""

Modified: 1.3/specific_fns/hybrid.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/hybrid.py?rev=9493&r1=9492&r2=9493&view=diff
==============================================================================
--- 1.3/specific_fns/hybrid.py (original)
+++ 1.3/specific_fns/hybrid.py Thu Sep 10 17:01:39 2009
@@ -29,9 +29,7 @@
 
 
 class Hybrid:
-    def __init__(self):
-        """Class containing function specific to hybrid models."""
-
+    """Class containing function specific to hybrid models."""
 
     def duplicate_data(self, pipe_from=None, pipe_to=None):
         """Duplicate the data specific to a single hybrid data pipe.

Modified: 1.3/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/jw_mapping.py?rev=9493&r1=9492&r2=9493&view=diff
==============================================================================
--- 1.3/specific_fns/jw_mapping.py (original)
+++ 1.3/specific_fns/jw_mapping.py Thu Sep 10 17:01:39 2009
@@ -33,9 +33,7 @@
 
 
 class Jw_mapping(Common_functions):
-    def __init__(self):
-        """Class containing functions specific to reduced spectral density 
mapping."""
-
+    """Class containing functions specific to reduced spectral density 
mapping."""
 
     def calculate(self, verbosity=1, sim_index=None, spin_id=None):
         """Calculation of the spectral density values."""

Modified: 1.3/specific_fns/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/noe.py?rev=9493&r1=9492&r2=9493&view=diff
==============================================================================
--- 1.3/specific_fns/noe.py (original)
+++ 1.3/specific_fns/noe.py Thu Sep 10 17:01:39 2009
@@ -34,8 +34,7 @@
 
 
 class Noe(Common_functions):
-    def __init__(self):
-        """Class containing functions for relaxation data."""
+    """Class containing functions for relaxation data."""
 
 
     def assign_function(self, spin=None, intensity=None, spectrum_type=None):




Related Messages


Powered by MHonArc, Updated Thu Sep 10 17:20:03 2009