mailr24552 - /branches/zooming_grid_search/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 July 17, 2014 - 16:22:
Author: bugman
Date: Thu Jul 17 16:22:36 2014
New Revision: 24552

URL: http://svn.gna.org/viewcvs/relax?rev=24552&view=rev
Log:
Added the print_model_title() method to the specific analysis base API class.

This will be used to format and print out the information returned by the 
model_info() API method.


Modified:
    branches/zooming_grid_search/specific_analyses/api_base.py

Modified: branches/zooming_grid_search/specific_analyses/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/zooming_grid_search/specific_analyses/api_base.py?rev=24552&r1=24551&r2=24552&view=diff
==============================================================================
--- branches/zooming_grid_search/specific_analyses/api_base.py  (original)
+++ branches/zooming_grid_search/specific_analyses/api_base.py  Thu Jul 17 
16:22:36 2014
@@ -488,6 +488,17 @@
         raise RelaxImplementError('overfit_deselect')
 
 
+    def print_model_title(self, model_info=None):
+        """Print out the model title.
+
+        @keyword model_info:    The model information from model_info().
+        @type model_info:       int
+        """
+
+        # Not implemented.
+        raise RelaxImplementError('print_model_title')
+
+
     def pymol_macro(self, data_type, style=None, colour_start=None, 
colour_end=None, colour_list=None, spin_id=None):
         """Create and return an array of PyMOL macros.
 




Related Messages


Powered by MHonArc, Updated Thu Jul 17 16:40:03 2014