Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
whitespace
  • Loading branch information
AA-Turner authored Sep 5, 2025
commit 7e44b339fd0160fb57a470afb3ebead3dca187c6
1 change: 1 addition & 0 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,7 @@ Special read-only attributes
- The "precise instruction" of the frame object
(this is an index into the :term:`bytecode` string of the
:ref:`code object <code-objects>`)

* - .. attribute:: frame.f_generator
Comment thread
AA-Turner marked this conversation as resolved.
- The :term:`generator` or :term:`coroutine` object that owns this frame,
or ``None`` if the frame is a normal function.
Comment thread
AA-Turner marked this conversation as resolved.
Expand Down
Loading