Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Implements a fully blocking kernel client.
Useful for test suites and blocking terminal interfaces.
Bases: IPython.kernel.blocking.channels.BlockingChannelMixin, IPython.kernel.inprocess.channels.InProcessShellChannel
Bases: IPython.kernel.blocking.channels.BlockingChannelMixin, IPython.kernel.inprocess.channels.InProcessIOPubChannel
Bases: IPython.kernel.blocking.channels.BlockingChannelMixin, IPython.kernel.inprocess.channels.InProcessStdInChannel
Overridden for the in-process channel.
This methods simply calls raw_input directly.
Bases: IPython.kernel.inprocess.client.InProcessKernelClient