IPython Documentation

Table Of Contents

Previous topic

Module: kernel.inprocess.manager

Next topic

Module: kernel.ioloop.manager

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).

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.