stacktrace.py added docstring
Removed warning: C0114: Missing module docstring (missing-module-docstring)
This commit is contained in:
parent
9239c804e9
commit
cbfcd38bca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user