class asyncio.BaseTransport 
Base class for transports.
close(self)  
Close the transport. If the transport has a buffer for outgoing data, buffered data will be flushed asynchronously. No more data will be received. After all buffered data is flushed, the protocol’s connection_lost() method will be called with None as its argument. 
is_closing(self)  
Return True if the transport is closing or is closed.  New in version 3.5.1.  
get_extra_info(name, default=None)  
Return optional tra