Kaydet (Commit) 295465dc authored tarafından Travis DePrato's avatar Travis DePrato Kaydeden (comit) Ivan Levkivskyi

Add AsyncContextManager to typing module documentation. (GH-6823)

üst 3936fd7b
......@@ -666,6 +666,13 @@ The module defines the following classes, functions and decorators:
.. versionadded:: 3.6
.. class:: AsyncContextManager(Generic[T_co])
An ABC with async abstract :meth:`__aenter__` and :meth:`__aexit__`
methods.
.. versionadded:: 3.6
.. class:: Dict(dict, MutableMapping[KT, VT])
A generic version of :class:`dict`.
......
Add missing documentation for ``typing.AsyncContextManager``.
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