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 |