Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: kernel.inprocess.socket

Defines a dummy socket implementing (part of) the zmq.Socket interface.

2 Classes

class IPython.kernel.inprocess.socket.SocketABC

Bases: abc._NewBase

class IPython.kernel.inprocess.socket.DummySocket(*args, **kw)

Bases: IPython.utils.traitlets.HasTraits

A dummy socket implementing (part of) the zmq.Socket interface.