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 98d768b commit aa68403Copy full SHA for aa68403
stdlib/3/builtins.pyi
@@ -900,7 +900,7 @@ class BaseException:
900
__cause__ = ... # type: BaseException
901
__context__ = ... # type: BaseException
902
__traceback__ = ... # type: TracebackType
903
- def __init__(self, *args: Any) -> None: ...
+ def __init__(self, *args: object) -> None: ...
904
def with_traceback(self, tb: Any) -> BaseException: ...
905
906
class GeneratorExit(BaseException): ...
0 commit comments