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
Next Next commit
Update Doc/reference/datamodel.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
dbXD320 and AA-Turner authored Sep 5, 2025
commit 143a22df7dc06f0f6378c666706c71fe4dc3e3af
4 changes: 2 additions & 2 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1677,8 +1677,8 @@ Special read-only attributes
:ref:`code object <code-objects>`)

Comment thread
AA-Turner marked this conversation as resolved.
Outdated
* - .. attribute:: frame.f_generator
Comment thread
AA-Turner marked this conversation as resolved.
- Returns the generator or coroutine object that owns this frame,
or ``None`` if the frame is of a regular function.
- 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.

.. index::
single: f_trace (frame attribute)
Expand Down
Loading