mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Merge pull request #347 from fyquah95/master
Add stdlib/2.7/traceback._print
This commit is contained in:
@@ -17,3 +17,4 @@ def format_exception(type: type, value: BaseException, tb: TracebackType, limit:
|
||||
def format_tb(f: TracebackType, limit: int = ...) -> List[str]: ...
|
||||
def format_stack(f: FrameType = ..., limit: int = ...) -> List[str]: ...
|
||||
def tb_lineno(tb: TracebackType) -> AnyStr: ...
|
||||
def _print(f: IO[str], str: str = ..., terminator: str = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user