1
0

traceback.md 216 B


icon: package

label: traceback

traceback.print_exc() -> None

Print the last exception and its traceback.

traceback.format_exc() -> str

Return the last exception and its traceback as a string.