Telethon/telethon/_misc/__init__.py

6 lines
241 B
Python
Raw Normal View History

"""
Several extensions Python is missing, such as a proper class to handle a TCP
2020-10-18 22:11:59 +03:00
communication with support for cancelling the operation, and a utility class
to read arbitrary binary data in a more comfortable way, with int/strings/etc.
"""