(
self: RaisesGroup[ExcT_1],
exception: BaseException | None,
)
| 1080 | |
| 1081 | @overload |
| 1082 | def matches( |
| 1083 | self: RaisesGroup[ExcT_1], |
| 1084 | exception: BaseException | None, |
| 1085 | ) -> TypeGuard[ExceptionGroup[ExcT_1]]: ... |
| 1086 | @overload |
| 1087 | def matches( |
| 1088 | self: RaisesGroup[BaseExcT_1], |