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.
1 parent d230201 commit 34af4f5Copy full SHA for 34af4f5
jupyter_client/asynchronous/channels.py
@@ -1,4 +1,4 @@
1
-"""Base classes to manage a Client's interaction with a running kernel"""
+"""Async channels"""
2
3
# Copyright (c) Jupyter Development Team.
4
# Distributed under the terms of the Modified BSD License.
@@ -10,7 +10,7 @@
10
11
12
class ZMQSocketChannel(object):
13
- """A ZMQ socket in a simple async API"""
+ """A ZMQ socket in an async API"""
14
session = None
15
socket = None
16
stream = None
jupyter_client/asynchronous/client.py
@@ -1,5 +1,4 @@
-"""Implements an async kernel client.
-"""
+"""Implements an async kernel client"""
5
0 commit comments