Skip to content

Commit b6d8ec3

Browse files
[3.13] gh-138966: Add description for gi_suspended attribute (GH-139008) (GH-139019)
gh-138966: Add description for `gi_suspended` attribute (GH-139008) (cherry picked from commit c025576) Co-authored-by: Donghoon Nam <[email protected]>
1 parent 35ba6d4 commit b6d8ec3

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)