asyncio.BaseTransport.get_extra_info()

get_extra_info(name, default=None)

Return optional transport information. name is a string representing the piece of transport-specific information to get, default is the value to return if the information doesn’t exist.

This method allows transport implementations to easily expose channel-specific information.

doc_python
2016-10-07 17:26:43
Comments
Leave a Comment

Please login to continue.