Home | History | Annotate | Download | only in python2.7

Lines Matching refs:BlockingIOError

32 class BlockingIOError(IOError):
601 BlockingIOError if the underlying raw stream is in non-blocking
624 Raises BlockingIOError if the underlying raw stream has no
641 Raises BlockingIOError if the underlying raw stream has no
662 Raises BlockingIOError if the buffer is full and the
727 # may raise BlockingIOError or BrokenPipeError etc
1090 # raise BlockingIOError with characters_written == 0.)
1098 except BlockingIOError as e:
1105 raise BlockingIOError(e.errno, e.strerror, written)
1125 except BlockingIOError:
1127 "should not raise BlockingIOError")
1133 raise BlockingIOError(