Skip to content
Snippets Groups Projects
Commit ec88829b authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

README updated

parent 9a97ac54
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class BaseSocket(object):
return k
def has_data(self, ln):
"""Returns whether a read request of ln bytes can be satisfied right away"""
"""Extend/override this. Returns whether a read request of ln bytes can be satisfied right away"""
return len(self.rx) >= ln
def on_close(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment