mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
update docstring
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user