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
|
---|
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.