Package common :: Package ureports :: Module nodes :: Class Section
[frames] | no frames]

Class Section

source code

logilab.common.tree.VNode --+        
                            |        
                BaseComponent --+    
                                |    
                       BaseLayout --+
                                    |
                                   Section

a section

attributes :
* BaseLayout attributes

a title may also be given to the constructor, it'll be added
as a first element
a description may also be given to the constructor, it'll be added
as a first paragraph

Instance Methods
 
__init__(self, title=None, description=None, **kwargs) source code

Inherited from BaseLayout: add_text, append, parents

Method Details

__init__(self, title=None, description=None, **kwargs)
(Constructor)

source code 
Overrides: BaseComponent.__init__