diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index 7ed39ae2fec3c3..a6107dea0f938b 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -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 |