Lines Matching full:except
44 except exc as err:
48 except exc as err:
66 except EOFError:
93 except NameError: pass
105 except SyntaxError: pass
112 except TabError: pass
122 except TypeError: pass
129 except ZeroDivisionError: pass
133 except Exception as e: pass
145 except SyntaxError as e:
154 except:
164 except exception as e:
337 except TypeError as err:
349 except RuntimeError as err:
372 except NameError:
515 except NameError:
521 except:
580 except:
601 except TypeError as e:
615 except:
642 except Exception as exc:
679 except ValueError:
691 # an "except" statement is only visible inside the except block.
694 except Exception as e:
704 except Exception as e:
712 # Make sure exception state is cleaned up as soon as the except
726 # Qualified "except" with "as"
731 except MyException as e:
738 # Qualified "except" without "as"
743 except MyException:
750 # Bare "except"
755 except:
762 # "except" with premature block leave
768 except:
775 # "except" block raising another exception
781 except:
783 except KeyError as e:
784 # We want to test that the except block above got rid of
802 except MyException:
808 except MyException:
839 except Exception as e:
849 except KeyError:
863 except TypeError:
879 except RuntimeError:
884 except StopIteration:
894 except ZeroDivisionError:
900 except ZeroDivisionError as e:
913 except ZeroDivisionError:
919 except TypeError:
929 except ZeroDivisionError as e:
942 except RuntimeError:
954 except RuntimeError:
972 except MyException:
989 except RuntimeError:
1007 except StopIteration:
1017 except StopIteration:
1033 except:
1052 except A as a_:
1056 except B as b_:
1060 except C as c_:
1069 except A as e:
1084 except ValueError as ex:
1090 except Exception as e:
1115 except A as _a:
1119 except B as _b:
1123 except C as _c:
1155 except A as _a:
1159 except B as _b:
1163 except C as _c:
1168 except D as _d:
1189 except Exception as e:
1200 except:
1206 except Exception as e:
1217 except:
1225 except Exception as e:
1287 except MyException as e:
1289 except KeyError:
1291 except:
1299 except RecursionError:
1342 except RecursionError:
1405 except RecursionError:
1414 except:
1420 except:
1427 except:
1437 except RecursionError:
1476 except MemoryError as e:
1542 except MemoryError as e:
1563 except RecursionError as e:
1600 except exc_type:
1641 except MainError:
1644 except SubError:
1658 except ValueError:
1667 except IndexError:
1682 except:
1694 except BaseException as e:
1716 except MemoryError as exc:
1721 except Exception:
1727 except MemoryError as exc:
1738 except NameError as exc:
1781 except NameError as exc:
1791 except NameError as exc:
1801 except NameError as exc:
1813 except NameError as exc:
1825 except NameError as exc:
1838 except NameError as exc:
1851 except NameError as exc:
1864 except NameError as exc:
1962 except NameError as exc:
1975 except NameError as exc:
1987 except NameError as exc:
2001 except UnboundLocalError as exc:
2015 except self.failureException:
2025 except BaseException as E:
2031 except ZeroDivisionError:
2058 except AttributeError as exc:
2063 except AttributeError as exc:
2075 except AttributeError as exc:
2112 except AttributeError as exc:
2124 except AttributeError as exc:
2137 except AttributeError as exc:
2150 except AttributeError as exc:
2163 except AttributeError as exc:
2176 except AttributeError as exc:
2197 except AttributeError as exc:
2211 except AttributeError as exc:
2224 except AttributeError as exc:
2253 except AttributeError as exc:
2265 except AttributeError as exc:
2279 except AttributeError as exc:
2289 except AttributeError as exc:
2306 except AttributeError as exc:
2475 except SyntaxError as exc:
2562 except 42:
2568 except (ValueError, 42):
2577 except Exception as ex:
2602 except:
2611 except TypeError as ex:
2619 except Exception as ex: