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.
1 parent 86c06fa commit 71a9532Copy full SHA for 71a9532
Doc/library/inspect.rst
@@ -360,6 +360,11 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
360
361
Add ``f_generator`` attribute to frames.
362
363
+.. versionchanged:: next
364
+
365
+ Add ``gi_state`` attribute to generators, ``cr_state`` attribute to
366
+ coroutines, and ``ag_state`` attribute to async generators.
367
368
.. function:: getmembers(object[, predicate])
369
370
Return all the members of an object in a list of ``(name, value)``
0 commit comments