mirror of
https://github.com/pocketpy/pocketpy
synced 2026-06-21 16:07:10 +08:00
8 lines
176 B
Markdown
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.
|