Package pyvision :: Package analysis :: Module html_report :: Class HtmlReport
[hide private]
[frames] | no frames]

Class HtmlReport

source code

object --+
         |
        HtmlReport

classdocs

Instance Methods [hide private]
 
__init__(self, title='untitled')
Constructor
source code
 
table(self, table) source code
 
hr(self)
Add a horizontal rule.
source code
 
br(self)
Add a horizontal rule.
source code
 
section(self, name)
Add a section header.
source code
 
comment(self, name)
Add a comment.
source code
 
html(self, name)
Insert raw unmodified html.
source code
 
p(self, text)
Insert text as a paragraph.
source code
 
line(self, text='')
insert text followed by a line break
source code
 
asText(self) source code
 
save(self, path, show=False) source code
 
start_hidden(self) source code
 
end_hidden(self) source code
 
image(self, im, format='jpg') source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, title='untitled')
(Constructor)

source code 

Constructor

Overrides: object.__init__