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

Lines Matching refs:EOFError

70 all_errors = (Error, IOError, EOFError)
181 # Raise EOFError if the connection is closed
186 if not line: raise EOFError
766 all_errors = (Error, IOError, EOFError, ssl.SSLError)