(
self: RaisesGroup[ExcT_1],
_exception: Exception,
actual_exceptions: Sequence[Exception],
)
| 1241 | |
| 1242 | @overload |
| 1243 | def _check_exceptions( |
| 1244 | self: RaisesGroup[ExcT_1], |
| 1245 | _exception: Exception, |
| 1246 | actual_exceptions: Sequence[Exception], |
| 1247 | ) -> TypeGuard[ExceptionGroup[ExcT_1]]: ... |
| 1248 | @overload |
| 1249 | def _check_exceptions( |
| 1250 | self: RaisesGroup[BaseExcT_1], |
no test coverage detected