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

Lines Matching refs:EOFError

24 EOFError is needed in some cases to distinguish between "no data" and
146 raise EOFError when the end of the connection is read, because
288 possibly the empty string. Raise EOFError if the connection
406 Raise EOFError if connection closed and no cooked data
420 Raise EOFError if connection closed and no cooked data
434 Raise EOFError if connection closed and no data available.
445 Raise EOFError if connection closed and no data available.
452 raise EOFError, 'telnet connection closed'
536 except EOFError: # raised by self.rawq_getchar()
546 Block if no data is immediately available. Raise EOFError
553 raise EOFError
592 except EOFError:
619 except EOFError:
639 If EOF is read and no text was read, raise EOFError.
714 raise EOFError
754 raise EOFError