Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
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.ThreadA simple ping-pong style heartbeat that runs in a thread.
-
__init__(context, addr=None)¶
-
