mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add missing definitions to Python 3 'traceback'
This commit is contained in:
@@ -6,5 +6,8 @@ import typing
|
||||
def format_exception_only(etype, value): ...
|
||||
def format_tb(traceback): ...
|
||||
def print_exc(limit=..., file=..., chain=...): ...
|
||||
def extract_stack(f=..., limit=...): ...
|
||||
def extract_tb(traceback, limit=...): ...
|
||||
def format_list(list): ...
|
||||
|
||||
# TODO add more
|
||||
|
||||
Reference in New Issue
Block a user