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

Class htmlPage

source code

object --+    
         |    
 htmlChunk --+
             |
            htmlPage

A concrete class for generating an XHTML(1) document. Inherits from htmlChunk.

Instance Methods [hide private]
 
__init__(self, title=None, css=None, javascript=None, toc=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__str__(self)
str(x)
source code
 
add_section(self, section_name, legend=None) source code
 
add_collapse_section(self, section_name, legend=None, innertable_id=None, start_closed=True)
Create a section embedded into a table that can be collapsed with a button
source code
 
add_section_to_element(self, section_name, parent)
Create a section which is not appended to the body of html, but to the parent Element
source code
 
body() source code
 
head() source code

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

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, title=None, css=None, javascript=None, toc=False)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

body()

source code 
Decorators:
  • @property

head()

source code 
Decorators:
  • @property