Files
typeshed/stdlib/3/traceback.pyi
2015-11-09 13:55:02 -08:00

11 lines
199 B
Python

# 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