pocketpy/docs/modules/traceback.md
BLUELOVETH 1614502741 ...
...

...
2023-06-02 13:42:02 +08:00

215 B

icon label
package traceback

trackback.print_exc() -> None

Print the last exception and its traceback.

trackback.format_exc() -> str

Return the last exception and its traceback as a string.