| Trees | Index | Help |
|
|---|
| Package html_lib :: Module html_factory |
|
| Function Summary | |
|---|---|
| string |
format a dictionary into an html table. |
| string |
make an html footer (html closing tags, index link). |
| string |
make an html header (page caption). |
| string |
format a message to be displayed on top of the page. |
| string |
format the callable methods of a registry.Co2Registryinto an html table. |
| string |
make an html page. |
| string |
very rudimentary escape for html entities. |
| Variable Summary | |
|---|---|
tuple |
address
|
dict |
colors
|
str |
foot
|
str |
head
|
str |
header
|
str |
index
|
str |
message
|
str |
method_table
|
str |
registry_type
|
dict |
sat_link
|
| Function Details |
|---|
dict_to_table(dict, caption='')format a dictionary into an html table.
|
make_foot()make an html footer (html closing tags, index link).
|
make_header()make an html header (page caption).
|
make_message(msg)format a message to be displayed on top of the page.
|
make_method_table(meth_dict)format the callable methods of aregistry.Co2Registry into an html
table.
|
make_page(type='index', msg='', stuff='')make an html page.
|
translate(str)very rudimentary escape for html entities.
|
| Variable Details |
|---|
address
|
colors
|
foot
|
header
|
index
|
message
|
method_table
|
registry_type
|
sat_link
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Thu Oct 16 16:37:22 2003 | http://epydoc.sf.net |