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 8ca5003 commit 2568f6cCopy full SHA for 2568f6c
src/netius/base/stream.py
@@ -59,6 +59,9 @@ class Stream(observer.Observable):
59
60
Most of the interface for a stream should be "logically" similar
61
to the one defined by a connection.
62
+
63
+ This implementation takes inspiration from the asyncio stream and
64
+ should be very compatible in terms of API.
65
"""
66
67
def __init__(self, owner = None):
0 commit comments