Home | History | Annotate | Download | only in Lib

Lines Matching refs:BlockingIOError

37 BlockingIOError = BlockingIOError
630 BlockingIOError if the underlying raw stream is in non-blocking
653 Raises BlockingIOError if the underlying raw stream has no
672 Raises BlockingIOError if the underlying raw stream has no
683 Raises BlockingIOError if the underlying raw stream has no
710 Raises BlockingIOError if the buffer is full and the
775 # may raise BlockingIOError or BrokenPipeError etc
1186 # raise BlockingIOError with characters_written == 0.)
1194 except BlockingIOError as e:
1201 raise BlockingIOError(e.errno, e.strerror, written)
1221 except BlockingIOError:
1223 "should not raise BlockingIOError")
1225 raise BlockingIOError(
1561 except BlockingIOError:
1589 except BlockingIOError:
1618 except BlockingIOError: