Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: kernel.channelsabc
¶
Abstract base classes for kernel client channels
2 Classes¶
-
class
IPython.kernel.channelsabc.
ChannelABC
¶ Bases:
abc._NewBase
A base class for all channel ABCs.
-
class
IPython.kernel.channelsabc.
HBChannelABC
¶ Bases:
IPython.kernel.channelsabc.ChannelABC
HBChannel ABC.
The docstrings for this class can be found in the base implementation:
IPython.kernel.channels.HBChannel