Package pylal :: Module bayespputils :: Class htmlCollapseSection
[hide private]
[frames] | no frames]

Class htmlCollapseSection

source code

object --+    
         |    
 htmlChunk --+
             |
            htmlCollapseSection

Represents a block of html fitting within a htmlPage. Inherits from htmlChunk.

Instance Methods [hide private]
 
__init__(self, section_name, htmlElement=None, table_id=None, start_closed=True)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
write(self, string) source code

Inherited from htmlChunk: __str__, a, append, br, h1, h2, h3, h5, hr, insert_row, insert_td, p, tab, toprettyxml

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, section_name, htmlElement=None, table_id=None, start_closed=True)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

write(self, string)

source code 
Overrides: htmlChunk.write