mirror of
https://github.com/pocketpy/pocketpy
synced 2026-08-06 14:17:11 +08:00
176 B
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.