pocketpy/modules/traceback.md
2026-08-05 16:14:37 +00:00

176 B

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.