Public Member Functions | |
def | attributes |
def | em |
def | formatList |
def | link |
def | list |
def | listItem |
def | orderedList |
def | paragraph |
def | repr |
def | section |
def | strong |
def | subSubTitle |
def | subTitle |
def | tag |
def | title |
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 |
|||
) |
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 |
|||
) |