We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c80c52 commit afe6656Copy full SHA for afe6656
stdlib/2/__builtin__.pyi
@@ -1451,6 +1451,7 @@ class BaseException(object):
1451
if sys.version_info >= (3,):
1452
__cause__: Optional[BaseException]
1453
__context__: Optional[BaseException]
1454
+ __suppress_context__: bool
1455
__traceback__: Optional[TracebackType]
1456
def __init__(self, *args: object) -> None: ...
1457
if sys.version_info < (3,):
stdlib/2and3/builtins.pyi
0 commit comments