Skip to content

Commit 22e056d

Browse files
committed
Add a documentation entry.
1 parent e2ddcbe commit 22e056d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/library/types.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,14 @@ Standard names are defined for the following types:
333333
:attr:`tb.tb_frame <traceback.tb_frame>` if ``tb`` is a traceback object.
334334

335335

336+
.. data:: FrameLocalsProxyType
337+
338+
The type of frame :func:`locals` proxy objects, as found on the
339+
:attr:`frame.f_locals` attribute. See :pep:`667` for more information.
340+
341+
.. versionadded:: next
342+
343+
336344
.. data:: GetSetDescriptorType
337345

338346
The type of objects defined in extension modules with ``PyGetSetDef``, such

0 commit comments

Comments
 (0)