10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isasyncgenfunction
1 parent e4e36a7 commit 62489c8Copy full SHA for 62489c8
Doc/library/inspect.rst
@@ -483,7 +483,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
483
484
.. versionchanged:: 3.13
485
Functions wrapped in :func:`functools.partialmethod` now return ``True``
486
- if the wrapped function is a :term:`coroutine function`.
+ if the wrapped function is a :term:`asynchronous generator` function.
487
488
.. function:: isasyncgen(object)
489
0 commit comments