mailr22573 - /trunk/specific_analyses/api_base.py


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

Header


Content

Posted by edward on March 28, 2014 - 09:30:
Author: bugman
Date: Fri Mar 28 09:30:32 2014
New Revision: 22573

URL: http://svn.gna.org/viewcvs/relax?rev=22573&view=rev
Log:
Removed the empty documentation strings from the specific analysis API base 
class.

These are being gradually shifted into the specific_analyses.*.uf modules, so 
do not belong in the
API object.


Modified:
    trunk/specific_analyses/api_base.py

Modified: trunk/specific_analyses/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/api_base.py?rev=22573&r1=22572&r2=22573&view=diff
==============================================================================
--- trunk/specific_analyses/api_base.py (original)
+++ trunk/specific_analyses/api_base.py Fri Mar 28 09:30:32 2014
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2013 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2014 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -32,14 +32,6 @@
 
     All the methods here are prototype methods.  To identify that the method 
is not available for certain analysis types, if called a RelaxImplementError 
is raised if called.
     """
-
-    # Empty documentation strings.
-    default_value_doc = ""
-    eliminate_doc = ""
-    return_data_name_doc = ""
-    set_doc = ""
-    write_doc = ""
-
 
     def __init__(self):
         """Set up the specific objects."""




Related Messages


Powered by MHonArc, Updated Fri Mar 28 10:20:02 2014