Ignore:
Timestamp:
Jun 2, 2010 8:17:18 AM (14 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
6c79243
Parents:
a45622a
Message:

working on documentation theory view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • theoryview/perspectives/theory/pagestate.py

    r0277d084 r74755ff  
    55class PageState(object): 
    66    """ 
    7         Contains info to reconstruct a page 
     7    Contains info to reconstruct a page 
     8     
    89    """ 
    910    def __init__(self, parent,model=None, data=None): 
    1011         
    1112        """  
    12             Initialization of the Panel 
     13        Initialization of the Panel 
     14         
    1315        """ 
    1416        #TODO: remove this once the inheritence is cleaned up 
     
    9698     
    9799    def clone(self): 
     100        """ 
     101        """ 
    98102        model=None 
    99103        if self.model !=None: 
     
    154158       
    155159    def old__repr__(self): 
    156         """ output string for printing""" 
     160        """ 
     161        output string for printing 
     162         
     163        """ 
    157164        rep = "\n\nState name: %s\n"%self.name 
    158165        rep +="data : %s\n"% str(self.data) 
     
    198205            rep += "maximum value : %s \n"%str(item[6][1]) 
    199206            rep += "parameter unit: %s\n\n"%str(item[7]) 
    200          
    201207        return rep 
    202  
    203          
    204         
    205         
     208   
Note: See TracChangeset for help on using the changeset viewer.