Thanks to visit codestin.com Credit goes to github.com
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 f8262b8 commit f3dd0caCopy full SHA for f3dd0ca
1 file changed
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