Commit 1744d539 authored by Yury Selivanov's avatar Yury Selivanov

asyncio.docs: Document Transport.is_closing

parent 5bb1afb3
......@@ -41,6 +41,11 @@ BaseTransport
protocol's :meth:`connection_lost` method will be called with
:const:`None` as its argument.
.. method:: is_closing(self)
Return ``True`` if the transport is closing or is closed.
.. versionadded:: 3.4.4
.. method:: get_extra_info(name, default=None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment