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