stacktrace.py added docstring

Removed warning:

C0114: Missing module docstring (missing-module-docstring)
This commit is contained in:
Rodolfo García Peñas (kix) 2020-11-01 08:16:19 +01:00
parent 9239c804e9
commit cbfcd38bca

View File

@ -1,6 +1,8 @@
# Copyright 2013 Eygene A. Ryabinkin
# Functions to perform stack tracing (for multithreaded programs
# as well as for single-threaded ones).
"""
Copyright 2013 Eygene A. Ryabinkin
Functions to perform stack tracing (for multithreaded programs
as well as for single-threaded ones).
"""
import sys
import threading