gui.wx.thread_ex

Module: gui.wx.thread_ex

Inheritance diagram for IPython.gui.wx.thread_ex:

Thread subclass that can deal with asynchronously function calls via raise_exc.

ThreadEx

class IPython.gui.wx.thread_ex.ThreadEx(group=None, target=None, name=None, args=(), kwargs=None, verbose=None)

Bases: threading.Thread

__init__()
kill()

raises SystemExit in the context of the given thread, which should cause the thread to exit silently (unless caught)

raise_exc()

raises the given exception type in the context of this thread

Table Of Contents

Previous topic

gui.wx.ipython_view

Next topic

history

This Page