We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc/api/client.rst
1 parent f9eed95 commit 6740b8aCopy full SHA for 6740b8a
docs/api/client.rst
@@ -36,8 +36,6 @@ client - communicating with kernels
36
37
.. automethod:: execute_interactive
38
39
-.. autoclass:: AsyncKernelClient
40
-
41
.. automethod:: get_shell_msg
42
43
.. automethod:: get_iopub_msg
@@ -50,3 +48,6 @@ client - communicating with kernels
50
48
51
49
.. automethod:: is_alive
52
+.. autoclass:: AsyncKernelClient
+
53
+ The available class methods are identical with :class:`BlockingKernelClient` but async.
0 commit comments