gh-138966: Add description for gi_suspended attribute (GH-139008)

This commit is contained in:
Donghoon Nam 2025-09-17 17:21:52 +09:00 committed by GitHub
parent a1cf6e92b6
commit c025576a8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,6 +253,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 |