IPython Documentation

Table Of Contents

Previous topic

Module: kernel.zmq.gui.gtkembed

Next topic

Module: kernel.zmq.iostream

This Page

Module: kernel.zmq.heartbeat

The client and server for a basic ping-pong style heartbeat.

1 Class

class IPython.kernel.zmq.heartbeat.Heartbeat(context, addr=None)

Bases: threading.Thread

A simple ping-pong style heartbeat that runs in a thread.

__init__(context, addr=None)