mailr5290 - /1.3/structure/api_base.py


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

Header


Content

Posted by edward on April 04, 2008 - 12:01:
Author: bugman
Date: Fri Apr  4 12:01:52 2008
New Revision: 5290

URL: http://svn.gna.org/viewcvs/relax?rev=5290&view=rev
Log:
Started to create the structural object and the API for accessing, creating, 
modifying info.


Added:
    1.3/structure/api_base.py

Added: 1.3/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/structure/api_base.py?rev=5290&view=auto
==============================================================================
--- 1.3/structure/api_base.py (added)
+++ 1.3/structure/api_base.py Fri Apr  4 12:01:52 2008
@@ -1,0 +1,34 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2008 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# This file is part of the program relax.                                    
 #
+#                                                                            
 #
+# relax is free software; you can redistribute it and/or modify              
 #
+# it under the terms of the GNU General Public License as published by       
 #
+# the Free Software Foundation; either version 2 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# relax is distributed in the hope that it will be useful,                   
 #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
+# GNU General Public License for more details.                               
 #
+#                                                                            
 #
+# You should have received a copy of the GNU General Public License          
 #
+# along with relax; if not, write to the Free Software                       
 #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
+#                                                                            
 #
+###############################################################################
+
+# Module docstring.
+"""The API for accessing, creating, and modifying structural information.
+
+The API is set up as a series of methods attached to the structural object 
defined in this module.
+"""
+
+
+class Str_object:
+    """The structural object base class."""
+
+    # The parser specific data object.
+    data = None




Related Messages


Powered by MHonArc, Updated Fri Apr 04 14:20:08 2008