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:
320 except TypeError as err:
332 except RuntimeError as err:
355 except NameError:
498 except NameError:
504 except:
536 except:
557 except TypeError as e:
571 except:
598 except Exception as exc:
635 except ValueError:
647 # an "except" statement is only visible inside the except block.
650 except Exception as e:
656 # Make sure exception state is cleaned up as soon as the except
670 # Qualified "except" with "as"
675 except MyException as e:
682 # Qualified "except" without "as"
687 except MyException:
694 # Bare "except"
699 except:
706 # "except" with premature block leave
712 except:
719 # "except" block raising another exception
725 except:
727 except KeyError as e:
728 # We want to test that the except block above got rid of
746 except MyException:
752 except MyException:
783 except Exception as e:
793 except KeyError:
807 except TypeError:
823 except RuntimeError:
828 except StopIteration:
838 except ZeroDivisionError:
844 except ZeroDivisionError as e:
857 except ZeroDivisionError:
863 except TypeError:
873 except ZeroDivisionError as e:
886 except RuntimeError:
898 except RuntimeError:
916 except MyException:
933 except RuntimeError:
951 except StopIteration:
961 except StopIteration:
977 except:
996 except A as a_:
1000 except B as b_:
1004 except C as c_:
1013 except A as e:
1028 except ValueError as ex:
1034 except Exception as e:
1059 except A as _a:
1063 except B as _b:
1067 except C as _c:
1099 except A as _a:
1103 except B as _b:
1107 except C as _c:
1112 except D as _d:
1181 except MyException as e:
1183 except KeyError:
1185 except:
1193 except RecursionError:
1236 except RecursionError:
1299 except RecursionError:
1308 except:
1314 except:
1321 except:
1331 except RecursionError:
1372 except MemoryError as e:
1438 except MemoryError as e:
1459 except RecursionError as e:
1496 except exc_type:
1537 except MainError:
1540 except SubError:
1554 except ValueError:
1563 except IndexError:
1578 except:
1590 except BaseException as e:
1612 except MemoryError as exc:
1617 except Exception:
1623 except MemoryError as exc:
1634 except NameError as exc:
1677 except NameError as exc:
1687 except NameError as exc:
1697 except NameError as exc:
1709 except NameError as exc:
1721 except NameError as exc:
1734 except NameError as exc:
1747 except NameError as exc:
1760 except NameError as exc:
1858 except NameError as exc:
1871 except NameError as exc:
1883 except NameError as exc:
1897 except UnboundLocalError as exc:
1911 except self.failureException:
1921 except BaseException as E:
1927 except ZeroDivisionError:
1954 except AttributeError as exc:
1966 except AttributeError as exc:
2003 except AttributeError as exc:
2015 except AttributeError as exc:
2028 except AttributeError as exc:
2041 except AttributeError as exc:
2054 except AttributeError as exc:
2067 except AttributeError as exc:
2088 except AttributeError as exc:
2102 except AttributeError as exc:
2115 except AttributeError as exc:
2144 except AttributeError as exc:
2156 except AttributeError as exc:
2170 except AttributeError as exc:
2180 except AttributeError as exc:
2348 except SyntaxError as exc:
2435 except Exception as ex:
2460 except:
2469 except TypeError as ex:
2477 except Exception as ex: