Skip to content

Commit 3316aee

Browse files
codenamenammiss-islington
authored andcommitted
pythongh-138966: Add description for gi_suspended attribute (pythonGH-139008)
(cherry picked from commit c025576) Co-authored-by: Donghoon Nam <[email protected]>
1 parent 35ba6d4 commit 3316aee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/inspect.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
222222
+-----------------+-------------------+---------------------------+
223223
| | gi_running | is the generator running? |
224224
+-----------------+-------------------+---------------------------+
225+
| | gi_suspended | is the generator |
226+
| | | suspended? |
227+
+-----------------+-------------------+---------------------------+
225228
| | gi_code | code |
226229
+-----------------+-------------------+---------------------------+
227230
| | gi_yieldfrom | object being iterated by |

0 commit comments

Comments
 (0)