Home | Trees | Index | Help |
|
---|
Package lemon :: Module tb |
|
Classes | |
---|---|
customHook |
Function Summary | |
---|---|
buildException((etype,
evalue,
etb),
indent,
sep,
esep,
strongStart,
strongEnd,
format)
| |
dict((etype,
evalue,
etb),
context)
| |
enableCustom(function,
context)
| |
getTraceback((etype,
evalue,
etb))
| |
Return a nice HTML document describing a given traceback. | |
htmlCode((etype,
evalue,
etb),
context)
| |
htmlException((etype,
evalue,
etb))
| |
Return a plain text document describing a given traceback. | |
textCode((etype,
evalue,
etb),
context)
| |
textException((etype,
evalue,
etb))
|
Variable Summary | |
---|---|
str |
tracebackString = ''
|
Function Details |
---|
html((etype, evalue, etb), context=5)Return a nice HTML document describing a given traceback. |
text((etype, evalue, etb), context=5)Return a plain text document describing a given traceback. |
Variable Details |
---|
tracebackString
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:32 2003 | http://epydoc.sf.net |