Inheritance diagram for IPython.gui.wx.thread_ex:
Thread subclass that can deal with asynchronously function calls via raise_exc.
Bases: threading.Thread
raises SystemExit in the context of the given thread, which should cause the thread to exit silently (unless caught)
raises the given exception type in the context of this thread