Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1453754 commit c318260Copy full SHA for c318260
1 file changed
Doc/lib/libasyncore.tex
@@ -105,6 +105,11 @@ \section{\module{asyncore} ---
105
Called when the socket is closed.
106
\end{methoddesc}
107
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
+
113
\begin{methoddesc}{handle_accept}{}
114
Called on listening sockets when they actually accept a new
115
connection.
0 commit comments