|
def | attributes (self, attributes=None) |
|
def | em (self, text, attributes=None) |
|
def | formatList (self, name, items, attributes=None) |
|
def | link (self, href, text, attributes=None) |
|
def | list (self, items, attributes=None) |
|
def | listItem (self, text, attributes=None) |
|
def | orderedList (self, items, attributes=None) |
|
def | paragraph (self, text, attributes=None) |
|
def | repr (self, object) |
|
def | section (self, text, attributes=None) |
|
def | strong (self, text, attributes=None) |
|
def | subSubTitle (self, text, attributes=None) |
|
def | subTitle (self, text, attributes=None) |
|
def | tag (self, name, text, attributes=None) |
|
def | title (self, text, attributes=None) |
|
Minimal html formatter
Definition at line 78 of file cgitb.py.
def pyclearsilver.cgitb.HTMLFormatter.attributes |
( |
|
self, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.em |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.formatList |
( |
|
self, |
|
|
|
name, |
|
|
|
items, |
|
|
|
attributes = None |
|
) |
| |
Send list of raw texts or formatted items.
Definition at line 111 of file cgitb.py.
def pyclearsilver.cgitb.HTMLFormatter.link |
( |
|
self, |
|
|
|
href, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.list |
( |
|
self, |
|
|
|
items, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.listItem |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.orderedList |
( |
|
self, |
|
|
|
items, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.paragraph |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.repr |
( |
|
self, |
|
|
|
object |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.section |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.strong |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.subSubTitle |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.subTitle |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.tag |
( |
|
self, |
|
|
|
name, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
def pyclearsilver.cgitb.HTMLFormatter.title |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
The documentation for this class was generated from the following file: