eric6/DebugClients/Python/ThreadExtension.py

branch
multi_processing
changeset 7390
052ce4cf06c6
parent 7376
21df384d6150
child 7404
663f1c3d6f53
equal deleted inserted replaced
7389:770ffcb88be5 7390:052ce4cf06c6
25 25
26 class ThreadExtension(object): 26 class ThreadExtension(object):
27 """ 27 """
28 Class implementing the thread support for the debugger. 28 Class implementing the thread support for the debugger.
29 29
30 Provides methods for intercepting thread creation, retriving the running 30 Provides methods for intercepting thread creation, retrieving the running
31 threads and their name and state. 31 threads and their name and state.
32 """ 32 """
33 def __init__(self): 33 def __init__(self):
34 """ 34 """
35 Constructor 35 Constructor

eric ide

mercurial