Lines Matching full:except
26 except* ExceptionGroup as e:
33 except* (TypeError, ExceptionGroup):
40 except* 42:
46 except* (ValueError, 42):
52 r" cannot appear in an except\* block")
63 except* Exception as e:
72 except* Exception as e:
82 except* Exception as e:
96 except* Exception as e:
105 except* Exception as e:
115 except* Exception as e:
128 except* Exception as e:
137 except* Exception as e:
146 except* Exception as e:
163 except* Exception as e:
216 except* T as e:
219 except BaseException as e:
233 except* T:
238 except BaseException as e:
247 except Exception:
254 except* Exception:
393 except* BlockingIOError as e:
396 except* OSError as e:
405 except* BlockingIOError:
409 except* OSError:
419 except* OSError as e:
422 except* BlockingIOError:
430 except* OSError:
434 except* BlockingIOError:
442 except* BlockingIOError:
445 except* ValueError:
459 except* BlockingIOError:
471 except* TypeError as e:
473 except* ValueError as e:
476 except ExceptionGroup as e:
488 except* TypeError:
490 except* ValueError:
493 except ExceptionGroup as e:
505 except* TypeError as e:
507 except* ValueError as e:
510 except ExceptionGroup as e:
521 except* TypeError:
523 except* ValueError:
525 except ExceptionGroup as e:
536 except* TypeError as e:
538 except* ValueError as e:
541 except ExceptionGroup as e:
552 except* TypeError:
554 except* ValueError:
556 except ExceptionGroup as e:
566 except* ValueError as e:
568 except ExceptionGroup as e:
578 except* ValueError:
580 except ExceptionGroup as e:
593 except* OSError as e:
595 except ExceptionGroup as e:
615 except* OSError:
617 except ExceptionGroup as e:
637 except* (TypeError, ValueError) as e:
639 except SyntaxError as e:
656 except* (TypeError, ValueError) as e:
658 except SyntaxError as e:
675 except* TypeError as e:
677 except* ValueError as e:
679 except ExceptionGroup as e:
702 except* TypeError:
704 except* ValueError:
706 except ExceptionGroup as e:
731 except* OSError as e:
733 except ExceptionGroup as e:
760 except* OSError:
763 except ExceptionGroup as e:
790 except* (TypeError, ValueError) as e:
792 except SyntaxError as e:
814 except* (TypeError, ValueError) as e:
817 except SyntaxError as e:
839 except* TypeError as e:
841 except* ValueError as e:
843 except ExceptionGroup as e:
874 except* TypeError:
877 except* ValueError:
880 except ExceptionGroup as e:
925 except TypeError as te:
927 except EG as nested:
930 except ValueError as ve:
932 except* ValueError as eg:
934 except EG as eg:
956 except *TypeError as e:
959 except *ValueError as e:
962 except Exception as e:
979 except:
982 except* Exception:
985 except Exception as e:
994 # Test that except* works when leaf exceptions are
1023 except* type as e:
1025 except Exception as e:
1074 except* TypeError:
1076 except* Bad:
1078 except Exception as e:
1086 # Test that except* works with exception groups that are
1127 except* type as e:
1129 except Exception as e:
1180 except* ValueError:
1182 except* OSError:
1184 except Exception as e: