Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.5 KB

File metadata and controls

19 lines (15 loc) · 1.5 KB

Diagnosticism.Python Examples

Name Source Summary
abort_with_trailing_prompt examples/abort_with_trailing_prompt.py Example illustrating use of abort() with trailing_prompt= optional argument
asynctracefunc examples/asynctracefunc.py Example illustrating use of @asynctracefunc decorator
conrep examples/conrep.py Example illustrating use of Contingent Report API's report() and abort() functions
dbg examples/dbg.py Example illustrating use of dbg()
doomgram examples/doomgram.py Example illustrating use of DOOMGram class and DOOMScope context manager
flf examples/flf.py Example illustrating use of file(), func(), line(), fileline(), filelinefunc()
log examples/log.py Example illustrating use of log()
parse_severity examples/parse_severity.py Example illustrating use of parse_severity() function
trace examples/trace.py Example illustrating use of trace() function
tracefunc examples/tracefunc.py Example illustrating use of @tracefunc decorator
warn examples/warn.py Example illustrating use of warn() function