mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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 c025576a8f)
Co-authored-by: Donghoon Nam <54799053+codenamenam@users.noreply.github.com>
This commit is contained in:
parent
35ba6d4035
commit
b6d8ec39bd
1 changed files with 3 additions and 0 deletions
|
|
@ -222,6 +222,9 @@ attributes (see :ref:`import-mod-attrs` for module attributes):
|
|||
+-----------------+-------------------+---------------------------+
|
||||
| | gi_running | is the generator running? |
|
||||
+-----------------+-------------------+---------------------------+
|
||||
| | gi_suspended | is the generator |
|
||||
| | | suspended? |
|
||||
+-----------------+-------------------+---------------------------+
|
||||
| | gi_code | code |
|
||||
+-----------------+-------------------+---------------------------+
|
||||
| | gi_yieldfrom | object being iterated by |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue