Lines Matching refs:BlockingIOError
34 BlockingIOError = BlockingIOError
698 BlockingIOError if the underlying raw stream is in non-blocking
721 Raises BlockingIOError if the underlying raw stream has no
740 Raises BlockingIOError if the underlying raw stream has no
751 Raises BlockingIOError if the underlying raw stream has no
778 Raises BlockingIOError if the buffer is full and the
846 # may raise BlockingIOError or BrokenPipeError etc
1272 # raise BlockingIOError with characters_written == 0.)
1280 except BlockingIOError as e:
1287 raise BlockingIOError(e.errno, e.strerror, written)
1307 except BlockingIOError:
1309 "should not raise BlockingIOError")
1311 raise BlockingIOError(
1337 # may raise BlockingIOError or BrokenPipeError etc
1666 except BlockingIOError:
1694 except BlockingIOError:
1723 except BlockingIOError: