update docstring
This commit is contained in:
parent
fe20d25882
commit
7a05170df4
|
@ -38,7 +38,7 @@ class MuxedStream(IMuxedStream):
|
||||||
|
|
||||||
def read(self):
|
def read(self):
|
||||||
"""
|
"""
|
||||||
read from stream til end of file
|
read messages associated with stream from buffer til end of file
|
||||||
:return: bytes of input
|
:return: bytes of input
|
||||||
"""
|
"""
|
||||||
return self.muxed_conn.read_buffer(self.id)
|
return self.muxed_conn.read_buffer(self.id)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user