Skip to content

Commit 6830648

Browse files
PAStheLoDgvanrossum
authored andcommitted
py3: traceback.pyi: added format_stack (#125)
1 parent c7cdced commit 6830648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/3/traceback.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ def format_exc(limit: int = ..., chain: bool = ...) -> str: ...
1313
def extract_stack(f=..., limit=...): ...
1414
def extract_tb(traceback, limit=...): ...
1515
def format_list(list): ...
16+
def format_stack(f=..., limit=...) -> List[str]: ...
1617

1718
# TODO add more

0 commit comments

Comments
 (0)