Files
typeshed/stdlib/3/traceback.pyi
2015-09-30 09:59:44 -07:00

11 lines
202 B
Python

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