pocketpy/modules/traceback.md
2026-04-21 14:05:13 +00:00

8 lines
176 B
Markdown

### `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.