Add stdlib/2.7/traceback._print

This commit is contained in:
Fu Yong Quah
2016-07-07 08:39:20 -07:00
parent 2ce0e952eb
commit 8a23acc8ee

View File

@@ -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: ...