diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-22 21:49:48 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-22 21:49:48 -0400 |
commit | ad91b5b1ed83b0a522e6071d6b063362b58e031a (patch) | |
tree | aa8a3da6caf1f8c284c221f6da86b67b2c39e843 | |
parent | 61d4c68263ee989930421ffb631a1174c6638441 (diff) |
docs: more details on the _read fcn
-rw-r--r-- | annotated_example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/annotated_example.py b/annotated_example.py index b7f0aca..cb50307 100644 --- a/annotated_example.py +++ b/annotated_example.py @@ -199,7 +199,7 @@ if __name__ == "__main__": pass """ -Expansion of _read +Expansion of _read (no parameters other than self) /************************************************/ while self.run_read_thread: // While the read thread is supposed to be running try: |