mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 13:51:30 +08:00
py3: traceback.pyi: added format_stack (#125)
This commit is contained in:
@@ -13,5 +13,6 @@ def format_exc(limit: int = ..., chain: bool = ...) -> str: ...
|
||||
def extract_stack(f=..., limit=...): ...
|
||||
def extract_tb(traceback, limit=...): ...
|
||||
def format_list(list): ...
|
||||
def format_stack(f=..., limit=...) -> List[str]: ...
|
||||
|
||||
# TODO add more
|
||||
|
||||
Reference in New Issue
Block a user