Inheritance diagram for IPython.frontend.wx.wx_frontend:
Classes to provide a Wx frontend to the IPython.kernel.core.interpreter.
This class inherits from ConsoleWidget, that provides a console-like widget to provide a text-rendering widget suitable for a terminal.
Bases: IPython.frontend.wx.console_widget.ConsoleWidget, IPython.frontend.prefilterfrontend.PrefilterFrontEnd
Classes to provide a Wx frontend to the IPython.kernel.core.interpreter.
This class inherits from ConsoleWidget, that provides a console-like widget to provide a text-rendering widget suitable for a terminal.
Create Shell instance.
Parameters : | styledef : dict, optional
|
---|
Override the OnUpdateUI of the EditWindow class, to prevent syntax highlighting both for faster redraw, and for more consistent look and feel.
A write method for streams, that caches the stream in order to avoid flooding the event loop.
This can be called outside of the main loop, in separate threads.
Empty completely the widget.
Analyse current and displays useful calltip for it.
Execute a command, not only in the model, but also in the view.
Returns the text in current edit buffer.
Display a new prompt, and start a new input buffer.
A replacement from python’s raw_input.