Classes | |
class | Thread |
Functions | |
def | _async_raise |
def | f |
Variables | |
tuple | t = Thread(target = f) |
def thread_stopper._async_raise | ( | tid, | |
exctype | |||
) | [private] |
raises the exception, performs cleanup if needed
Definition at line 7 of file thread_stopper.py.
def thread_stopper.f | ( | ) |
Definition at line 48 of file thread_stopper.py.
tuple thread_stopper::t = Thread(target = f) |
Definition at line 57 of file thread_stopper.py.