Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Abstract base classes for kernel client channels
Bases: abc._NewBase
A base class for all channel ABCs.
Bases: IPython.kernel.channelsabc.ChannelABC
ShellChannel ABC.
The docstrings for this class can be found in the base implementation:
IPython.kernel.channels.ShellChannel
Bases: IPython.kernel.channelsabc.ChannelABC
IOPubChannel ABC.
The docstrings for this class can be found in the base implementation:
IPython.kernel.channels.IOPubChannel
Bases: IPython.kernel.channelsabc.ChannelABC
StdInChannel ABC.
The docstrings for this class can be found in the base implementation:
IPython.kernel.channels.StdInChannel
Bases: IPython.kernel.channelsabc.ChannelABC
HBChannel ABC.
The docstrings for this class can be found in the base implementation:
IPython.kernel.channels.HBChannel