Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c318260

Browse files
author
Skip Montanaro
committed
added handle_error method description
1 parent 1453754 commit c318260

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/lib/libasyncore.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ \section{\module{asyncore} ---
105105
Called when the socket is closed.
106106
\end{methoddesc}
107107

108+
\begin{methoddesc}{handle_error}{}
109+
Called when an exception is raised and not otherwise handled. The default
110+
version prints a condensed traceback.
111+
\end{methoddesc}
112+
108113
\begin{methoddesc}{handle_accept}{}
109114
Called on listening sockets when they actually accept a new
110115
connection.

0 commit comments

Comments
 (0)