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.
__setstate__
1 parent 1aa546d commit 8f33ff9Copy full SHA for 8f33ff9
stdlib/builtins.pyi
@@ -1678,6 +1678,7 @@ class BaseException:
1678
__suppress_context__: bool
1679
__traceback__: TracebackType | None
1680
def __init__(self, *args: object) -> None: ...
1681
+ def __setstate__(self, __state: dict[str, Any] | None) -> None: ...
1682
def with_traceback(self: Self, __tb: TracebackType | None) -> Self: ...
1683
if sys.version_info >= (3, 11):
1684
# only present after add_note() is called
0 commit comments