##// END OF EJS Templates
showstack: use raw docstring...
Gregory Szorc -
r41689:6dae1f31 default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 # showstack.py - extension to dump a Python stack trace on signal
1 # showstack.py - extension to dump a Python stack trace on signal
2 #
2 #
3 # binds to both SIGQUIT (Ctrl-\) and SIGINFO (Ctrl-T on BSDs)
3 # binds to both SIGQUIT (Ctrl-\) and SIGINFO (Ctrl-T on BSDs)
4 """dump stack trace when receiving SIGQUIT (Ctrl-\) and SIGINFO (Ctrl-T on BSDs)
4 r"""dump stack trace when receiving SIGQUIT (Ctrl-\) or SIGINFO (Ctrl-T on BSDs)
5 """
5 """
6
6
7 from __future__ import absolute_import, print_function
7 from __future__ import absolute_import, print_function
General Comments 0
You need to be logged in to leave comments. Login now