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.
pocketpy
v2.1.8
traceback.print_exc() -> NonePrint the last exception and its traceback.
traceback.format_exc() -> strReturn the last exception and its traceback as a string.