Skip to content

Commit 82fce82

Browse files
[3.14] pythongh-138966: Add description for gi_suspended attribute (pythonGH-139008) (python#139020)
Co-authored-by: Donghoon Nam <[email protected]>
1 parent 7bba99c commit 82fce82

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
@@ -253,6 +253,9 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
253253
+-----------------+-------------------+---------------------------+
254254
| | gi_running | is the generator running? |
255255
+-----------------+-------------------+---------------------------+
256+
| | gi_suspended | is the generator |
257+
| | | suspended? |
258+
+-----------------+-------------------+---------------------------+
256259
| | gi_code | code |
257260
+-----------------+-------------------+---------------------------+
258261
| | gi_yieldfrom | object being iterated by |

0 commit comments

Comments
 (0)