Tin mới
Networking and Interprocess Communication
Establish a network connection and return a pair of (reader, writer) objects.
Represents a reader object that provides APIs to read data from the IO stream. As an asynchronous iterable, the object supports the async for statement.
Raise an IncompleteReadError if EOF is reached before n can be read. Use the IncompleteReadError.partial attribute to get the partially read data.
BaseTransport.get_extra_info()
Access optional transport information; see BaseTransport.get_extra_info() for details.