Public Member Functions | |
def | raise_exc |
def | terminate |
Private Member Functions | |
def | _get_my_tid |
Private Attributes | |
_thread_id |
Definition at line 21 of file thread_stopper.py.
def thread_stopper.Thread._get_my_tid | ( | self | ) | [private] |
determines this (self's) thread id
Definition at line 22 of file thread_stopper.py.
def thread_stopper.Thread.raise_exc | ( | self, | |
exctype | |||
) |
raises the given exception type in the context of this thread
Definition at line 39 of file thread_stopper.py.
def thread_stopper.Thread.terminate | ( | self | ) |
raises SystemExit in the context of the given thread, which should cause the thread to exit silently (unless caught)
Definition at line 43 of file thread_stopper.py.
thread_stopper.Thread::_thread_id [private] |
Definition at line 22 of file thread_stopper.py.