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 4a0144c commit 5248148Copy full SHA for 5248148
1 file changed
Doc/lib/libsignal.tex
@@ -125,7 +125,8 @@ \section{Built-in Module \module{signal}}
125
126
\begin{funcdesc}{signal}{signalnum, handler}
127
Set the handler for signal \var{signalnum} to the function
128
- \var{handler}. \var{handler} can be any callable Python object, or
+ \var{handler}. \var{handler} can be a callable Python object
129
+ taking two arguments (see below), or
130
one of the special values \constant{signal.SIG_IGN} or
131
\constant{signal.SIG_DFL}. The previous signal handler will be returned
132
(see the description of \function{getsignal()} above). (See the
0 commit comments