Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document asyncio.iscoroutine
  • Loading branch information
hugovk committed Mar 23, 2023
commit 255a67fa4f122205b6eee45d3012fd845f28886e
7 changes: 7 additions & 0 deletions Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,13 @@ Introspection
.. versionadded:: 3.7


.. function:: iscoroutine(obj)

Return ``True`` if *obj* is a coroutine object.

.. versionadded:: 3.4


Task Object
===========

Expand Down