UnnamedPythonMicroConsole/dependencies/pocketpy/docs/modules/traceback.md
2024-04-24 20:54:23 -04:00

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.