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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.