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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.