Home | History | Annotate | Download | only in Lib

Lines Matching refs:BlockingIOError

33 class BlockingIOError(IOError):
610 BlockingIOError if the underlying raw stream is in non-blocking
633 Raises BlockingIOError if the underlying raw stream has no
650 Raises BlockingIOError if the underlying raw stream has no
669 Raises BlockingIOError if the buffer is full and the
734 # may raise BlockingIOError or BrokenPipeError etc
1097 # raise BlockingIOError with characters_written == 0.)
1105 except BlockingIOError as e:
1112 raise BlockingIOError(e.errno, e.strerror, written)
1132 except BlockingIOError:
1134 "should not raise BlockingIOError")
1140 raise BlockingIOError(