mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
216 B
216 B
icon | label |
---|---|
package | 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.