We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c9d62 commit 27f1472Copy full SHA for 27f1472
1 file changed
ptrace/tools.py
@@ -160,6 +160,7 @@ def signal_to_exitcode(signum):
160
Converts a signal number to an exit code.
161
UNIX: https://www.gnu.org/software/bash/manual/html_node/Exit-Status.html
162
163
+ >>> import signal
164
>>> signal_to_exitcode(signal.SIGQUIT)
165
131
166
"""
0 commit comments