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 cf9ef73 commit 622d0eaCopy full SHA for 622d0ea
Doc/library/inspect.rst
@@ -253,6 +253,9 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
253
+-----------------+-------------------+---------------------------+
254
| | gi_running | is the generator running? |
255
256
+| | gi_suspended | is the generator suspended|
257
+| | | ? |
258
++-----------------+-------------------+---------------------------+
259
| | gi_code | code |
260
261
| | gi_yieldfrom | object being iterated by |
0 commit comments