René's URL Explorer Experiment


Title: Frame Objects — Python 3.15.0a5 documentation

Open Graph Title: Frame Objects

Description: The PyEval_GetFrame() and PyThreadState_GetFrame() functions can be used to get a frame object. See also Reflection. Frame Locals Proxies: The f_locals attribute on a frame object is an instance of...

Open Graph Description: The PyEval_GetFrame() and PyThreadState_GetFrame() functions can be used to get a frame object. See also Reflection. Frame Locals Proxies: The f_locals attribute on a frame object is an instance of...

Opengraph URL: https://docs.python.org/3/c-api/frame.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_frame_08f54c82.png
og:image:altThe PyEval_GetFrame() and PyThreadState_GetFrame() functions can be used to get a frame object. See also Reflection. Frame Locals Proxies: The f_locals attribute on a frame object is an instance of...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Frame Objectshttps://docs.python.org/dev/c-api/frame.html
Frame Locals Proxieshttps://docs.python.org/dev/c-api/frame.html#frame-locals-proxies
Legacy Local Variable APIshttps://docs.python.org/dev/c-api/frame.html#legacy-local-variable-apis
Internal Frameshttps://docs.python.org/dev/c-api/frame.html#internal-frames
Capsuleshttps://docs.python.org/dev/c-api/capsule.html
Generator Objectshttps://docs.python.org/dev/c-api/gen.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/frame.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/gen.html
previoushttps://docs.python.org/dev/c-api/capsule.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Frame Objectshttps://docs.python.org/dev/c-api/frame.html
https://docs.python.org/dev/c-api/frame.html#frame-objects
https://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
Limited APIhttps://docs.python.org/dev/c-api/stable.html#stable
What’s New entryhttps://docs.python.org/dev/whatsnew/3.11.html#pyframeobject-3-11-hiding
PyEval_GetFrame()https://docs.python.org/dev/c-api/reflection.html#c.PyEval_GetFrame
PyThreadState_GetFrame()https://docs.python.org/dev/c-api/init.html#c.PyThreadState_GetFrame
Reflectionhttps://docs.python.org/dev/c-api/reflection.html#reflection
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_Type
types.FrameTypehttps://docs.python.org/dev/library/types.html#types.FrameType
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
PyThreadStatehttps://docs.python.org/dev/c-api/init.html#c.PyThreadState
PyCodeObjecthttps://docs.python.org/dev/c-api/code.html#c.PyCodeObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_New
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_Check
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetBack
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetBuiltins
f_builtinshttps://docs.python.org/dev/reference/datamodel.html#frame.f_builtins
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyCodeObjecthttps://docs.python.org/dev/c-api/code.html#c.PyCodeObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetCode
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetGenerator
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetGlobals
f_globalshttps://docs.python.org/dev/reference/datamodel.html#frame.f_globals
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetLasti
f_lastihttps://docs.python.org/dev/reference/datamodel.html#frame.f_lasti
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetVar
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
NameErrorhttps://docs.python.org/dev/library/exceptions.html#NameError
strhttps://docs.python.org/dev/library/stdtypes.html#str
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetVarString
PyFrame_GetVar()https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetVar
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetLocals
f_localshttps://docs.python.org/dev/reference/datamodel.html#frame.f_locals
optimized scopehttps://docs.python.org/dev/glossary.html#term-optimized-scope
exec()https://docs.python.org/dev/library/functions.html#exec
eval()https://docs.python.org/dev/library/functions.html#eval
locals()https://docs.python.org/dev/library/functions.html#locals
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
PEP 667https://peps.python.org/pep-0667/
PyFrameLocalsProxy_Typehttps://docs.python.org/dev/c-api/frame.html#c.PyFrameLocalsProxy_Type
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_GetLineNumber
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/frame.html#frame-locals-proxies
f_localshttps://docs.python.org/dev/reference/datamodel.html#frame.f_locals
frame objecthttps://docs.python.org/dev/reference/datamodel.html#frame-objects
PEP 667https://peps.python.org/pep-0667/
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrameLocalsProxy_Type
locals()https://docs.python.org/dev/library/functions.html#locals
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrameLocalsProxy_Check
locals()https://docs.python.org/dev/library/functions.html#locals
https://docs.python.org/dev/c-api/frame.html#legacy-local-variable-apis
soft deprecatedhttps://docs.python.org/dev/glossary.html#term-soft-deprecated
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_LocalsToFast
soft deprecatedhttps://docs.python.org/dev/glossary.html#term-soft-deprecated
f_localshttps://docs.python.org/dev/reference/datamodel.html#frame.f_locals
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_FastToLocals
soft deprecatedhttps://docs.python.org/dev/glossary.html#term-soft-deprecated
f_localshttps://docs.python.org/dev/reference/datamodel.html#frame.f_locals
PyFrameObjecthttps://docs.python.org/dev/c-api/frame.html#c.PyFrameObject
https://docs.python.org/dev/c-api/frame.html#c.PyFrame_FastToLocalsWithError
soft deprecatedhttps://docs.python.org/dev/glossary.html#term-soft-deprecated
PyFrame_FastToLocals()https://docs.python.org/dev/c-api/frame.html#c.PyFrame_FastToLocals
PEP 667https://peps.python.org/pep-0667/
https://docs.python.org/dev/c-api/frame.html#internal-frames
PEP 523https://peps.python.org/pep-0523/
https://docs.python.org/dev/c-api/frame.html#c._PyInterpreterFrame
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
_PyInterpreterFramehttps://docs.python.org/dev/c-api/frame.html#c._PyInterpreterFrame
https://docs.python.org/dev/c-api/frame.html#c.PyUnstable_InterpreterFrame_GetCode
Unstable APIhttps://docs.python.org/dev/c-api/stable.html#unstable-c-api
strong referencehttps://docs.python.org/dev/glossary.html#term-strong-reference
_PyInterpreterFramehttps://docs.python.org/dev/c-api/frame.html#c._PyInterpreterFrame
https://docs.python.org/dev/c-api/frame.html#c.PyUnstable_InterpreterFrame_GetLasti
Unstable APIhttps://docs.python.org/dev/c-api/stable.html#unstable-c-api
_PyInterpreterFramehttps://docs.python.org/dev/c-api/frame.html#c._PyInterpreterFrame
https://docs.python.org/dev/c-api/frame.html#c.PyUnstable_InterpreterFrame_GetLine
Unstable APIhttps://docs.python.org/dev/c-api/stable.html#unstable-c-api
Table of Contentshttps://docs.python.org/dev/contents.html
Frame Objectshttps://docs.python.org/dev/c-api/frame.html
Frame Locals Proxieshttps://docs.python.org/dev/c-api/frame.html#frame-locals-proxies
Legacy Local Variable APIshttps://docs.python.org/dev/c-api/frame.html#legacy-local-variable-apis
Internal Frameshttps://docs.python.org/dev/c-api/frame.html#internal-frames
Capsuleshttps://docs.python.org/dev/c-api/capsule.html
Generator Objectshttps://docs.python.org/dev/c-api/gen.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/frame.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/gen.html
previoushttps://docs.python.org/dev/c-api/capsule.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
Frame Objectshttps://docs.python.org/dev/c-api/frame.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.