##// END OF EJS Templates
Improve docstring for InProcessHBChannel
Thomas Kluyver -
Show More
@@ -63,7 +63,12 b' class InProcessChannel(object):'
63
63
64
64
65 class InProcessHBChannel(object):
65 class InProcessHBChannel(object):
66 """See `IPython.kernel.channels.HBChannel` for docstrings."""
66 """A dummy heartbeat channel interface for in-process kernels.
67
68 Normally we use the heartbeat to check that the kernel process is alive.
69 When the kernel is in-process, that doesn't make sense, but clients still
70 expect this interface.
71 """
67
72
68 time_to_dead = 3.0
73 time_to_dead = 3.0
69
74
General Comments 0
You need to be logged in to leave comments. Login now