|
| def | em (self, text, 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 | title (self, text, attributes=None) |
| |
Plain text formatter
Definition at line 136 of file cgitb.py.
| def pyclearsilver.cgitb.TextFormatter.em |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.link |
( |
|
self, |
|
|
|
href, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.list |
( |
|
self, |
|
|
|
items, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.listItem |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.orderedList |
( |
|
self, |
|
|
|
items, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.paragraph |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.repr |
( |
|
self, |
|
|
|
object |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.section |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.strong |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.subSubTitle |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.subTitle |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
| def pyclearsilver.cgitb.TextFormatter.title |
( |
|
self, |
|
|
|
text, |
|
|
|
attributes = None |
|
) |
| |
The documentation for this class was generated from the following file: