Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Blocking channels
Useful for test suites and blocking terminal interfaces.
Bases: object
Gets a message if there is one that is ready.
Get all messages that are currently ready.
Is there a message that has been received?
Bases: IPython.kernel.blocking.channels.BlockingChannelMixin, IPython.kernel.channels.IOPubChannel
Bases: IPython.kernel.blocking.channels.BlockingChannelMixin, IPython.kernel.channels.ShellChannel
Bases: IPython.kernel.blocking.channels.BlockingChannelMixin, IPython.kernel.channels.StdInChannel
Bases: IPython.kernel.channels.HBChannel
Pause beating on missed heartbeat.