commit | 03cb8ed2a73a391dd181c970f85642e65e75e677 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Fri Oct 30 23:37:24 2015 +0100 |
committer | Chris Liechti <cliechti@gmx.net> | Fri Oct 30 23:37:24 2015 +0100 |
tree | 8cce7da96e1b8c9235027d51bbdc434d452d6f68 | |
parent | 925cef62537b83e416ec2633f73f50fdce6f4e5f [diff] [blame] |
doc update
diff --git a/serial/serialutil.py b/serial/serialutil.py index 150f5f2..ce0613c 100644 --- a/serial/serialutil.py +++ b/serial/serialutil.py
@@ -571,6 +571,9 @@ # additional functionality def read_all(self): + """\ + Read all bytes currently available in the buffer of the OS. + """ return self.read(self.in_waiting) def read_until(self, terminator=LF, size=None):