We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ddcbe commit 22e056dCopy full SHA for 22e056d
Doc/library/types.rst
@@ -333,6 +333,14 @@ Standard names are defined for the following types:
333
:attr:`tb.tb_frame <traceback.tb_frame>` if ``tb`` is a traceback object.
334
335
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
344
.. data:: GetSetDescriptorType
345
346
The type of objects defined in extension modules with ``PyGetSetDef``, such
0 commit comments