mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add missing exceptions field to TracebackException (#13204)
This commit is contained in:
@@ -115,6 +115,8 @@ if sys.version_info >= (3, 11):
|
||||
class TracebackException:
|
||||
__cause__: TracebackException
|
||||
__context__: TracebackException
|
||||
if sys.version_info >= (3, 11):
|
||||
exceptions: list[TracebackException] | None
|
||||
__suppress_context__: bool
|
||||
stack: StackSummary
|
||||
filename: str
|
||||
|
||||
Reference in New Issue
Block a user