Home
last modified time | relevance | path

Searched refs:BaseTransport (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dtransports.py10 class BaseTransport: class
45 class ReadTransport(BaseTransport):
65 class WriteTransport(BaseTransport):
155 class DatagramTransport(BaseTransport):
178 class SubprocessTransport(BaseTransport):
Dproactor_events.py22 transports.BaseTransport):
/external/python/cpython3/Doc/library/
Dasyncio-stream.rst200 Close the transport: see :meth:`BaseTransport.close`.
226 :meth:`BaseTransport.get_extra_info`.
Dasyncio-protocol.rst32 BaseTransport section in Transports
35 .. class:: BaseTransport
/external/python/cpython3/Doc/whatsnew/
D3.5.rst833 * New :meth:`Transport.is_closing() <asyncio.BaseTransport.is_closing>`
D3.6.rst835 * New :meth:`Transport.is_closing() <asyncio.BaseTransport.is_closing>`