IPython Documentation

Table Of Contents

Previous topic

Module: kernel.channels

Next topic

Module: kernel.client

This Page

Module: kernel.channelsabc

Abstract base classes for kernel client channels

5 Classes

class IPython.kernel.channelsabc.ChannelABC

Bases: abc._NewBase

A base class for all channel ABCs.

class IPython.kernel.channelsabc.ShellChannelABC

Bases: IPython.kernel.channelsabc.ChannelABC

ShellChannel ABC.

The docstrings for this class can be found in the base implementation:

IPython.kernel.channels.ShellChannel

class IPython.kernel.channelsabc.IOPubChannelABC

Bases: IPython.kernel.channelsabc.ChannelABC

IOPubChannel ABC.

The docstrings for this class can be found in the base implementation:

IPython.kernel.channels.IOPubChannel

class IPython.kernel.channelsabc.StdInChannelABC

Bases: IPython.kernel.channelsabc.ChannelABC

StdInChannel ABC.

The docstrings for this class can be found in the base implementation:

IPython.kernel.channels.StdInChannel

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