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 1fa1668 commit 80a0ce4Copy full SHA for 80a0ce4
Doc/library/inspect.rst
@@ -524,7 +524,7 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
524
525
.. versionchanged:: 3.13
526
Functions wrapped in :func:`functools.partialmethod` now return ``True``
527
- if the wrapped function is a :term:`coroutine function`.
+ if the wrapped function is a :term:`asynchronous generator` function.
528
529
.. function:: isasyncgen(object)
530
0 commit comments