BrokenPipeError

exception BrokenPipeError

A subclass of ConnectionError, raised when trying to write on a pipe while the other end has been closed, or trying to write on a socket which has been shutdown for writing. Corresponds to errno EPIPE and ESHUTDOWN.

doc_python
2016-10-07 17:27:35
Comments
Leave a Comment

Please login to continue.