# Stubs for traceback import typing # TODO signatures def format_exception_only(etype, value): ... def format_tb(traceback): ... def print_exc(limit=..., file=..., chain=...): ... # TODO add more