##// END OF EJS Templates
mention proxy methods in KernelClient docstring
MinRK -
Show More
@@ -45,6 +45,10 b' class KernelClient(LoggingConfigurable, ConnectionFileMixin):'
45 * hb: for monitoring the kernel's heartbeat.
45 * hb: for monitoring the kernel's heartbeat.
46 * stdin: for frontends to reply to raw_input calls in the kernel.
46 * stdin: for frontends to reply to raw_input calls in the kernel.
47
47
48 The methods of the channels are exposed as methods of the client itself
49 (KernelClient.execute, complete, history, etc.).
50 See the channels themselves for documentation of these methods.
51
48 """
52 """
49
53
50 # The PyZMQ Context to use for communication with the kernel.
54 # The PyZMQ Context to use for communication with the kernel.
General Comments 0
You need to be logged in to leave comments. Login now