Lines Matching full:except
17 except ImportError: # pragma: no cover
37 except KeyError:
145 except InterruptedError:
147 except BlockingIOError:
160 except OSError:
184 except (BlockingIOError, InterruptedError, ConnectionAbortedError):
187 except OSError as exc:
231 except:
236 except Exception as exc:
252 except KeyError:
265 except KeyError:
280 except KeyError:
301 except KeyError:
317 except KeyError:
383 except (BlockingIOError, InterruptedError):
385 except Exception as exc:
420 except (BlockingIOError, InterruptedError):
422 except Exception as exc:
457 except (BlockingIOError, InterruptedError):
465 except Exception as exc:
480 # Jump to any except clause below.
482 except (BlockingIOError, InterruptedError):
485 except Exception as exc:
515 except (BlockingIOError, InterruptedError):
517 except Exception as exc:
560 except socket.error:
725 except (BlockingIOError, InterruptedError):
727 except Exception as exc:
763 except (BlockingIOError, InterruptedError):
765 except Exception as exc:
786 except (BlockingIOError, InterruptedError):
788 except Exception as exc:
867 except ssl.SSLWantReadError:
871 except ssl.SSLWantWriteError:
875 except BaseException as exc:
899 except Exception as exc:
965 except (BlockingIOError, InterruptedError, ssl.SSLWantReadError):
967 except ssl.SSLWantWriteError:
971 except Exception as exc:
1000 except (BlockingIOError, InterruptedError, ssl.SSLWantWriteError):
1002 except ssl.SSLWantReadError:
1006 except Exception as exc:
1071 except (BlockingIOError, InterruptedError):
1073 except OSError as exc:
1075 except Exception as exc:
1105 except (BlockingIOError, InterruptedError):
1107 except OSError as exc:
1110 except Exception as exc:
1127 except (BlockingIOError, InterruptedError):
1130 except OSError as exc:
1133 except Exception as exc: