Skip to content

Commit 43859ae

Browse files
Merge pull request #819 from helioz11/clientdoc
add `AsyncKernelClient` to `doc/api/client.rst`
2 parents f55d3c4 + 2e50dfe commit 43859ae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/api/client.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,19 @@ client - communicating with kernels
3535
.. autoclass:: BlockingKernelClient
3636

3737
.. automethod:: execute_interactive
38+
39+
.. automethod:: get_shell_msg
40+
41+
.. automethod:: get_iopub_msg
42+
43+
.. automethod:: get_stdin_msg
44+
45+
.. automethod:: get_control_msg
46+
47+
.. automethod:: wait_for_ready
48+
49+
.. automethod:: is_alive
50+
51+
.. autoclass:: AsyncKernelClient
52+
53+
:class:`AsyncKernelClient` is identical to :class:`BlockingKernelClient` but the methods described above are async.

0 commit comments

Comments
 (0)