René's URL Explorer Experiment


Title: Frame 物件 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
Frame 物件https://python.github.io/python-docs-zh-tw/c-api/frame.html
Frame Locals Proxieshttps://python.github.io/python-docs-zh-tw/c-api/frame.html#frame-locals-proxies
Legacy Local Variable APIshttps://python.github.io/python-docs-zh-tw/c-api/frame.html#legacy-local-variable-apis
Internal Frameshttps://python.github.io/python-docs-zh-tw/c-api/frame.html#internal-frames
Capsuleshttps://python.github.io/python-docs-zh-tw/c-api/capsule.html
產生器 (Generator) 物件https://python.github.io/python-docs-zh-tw/c-api/gen.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/frame.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/gen.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/capsule.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
具體物件層https://python.github.io/python-docs-zh-tw/c-api/concrete.html
Frame 物件https://python.github.io/python-docs-zh-tw/c-api/frame.html
https://python.github.io/python-docs-zh-tw/c-api/frame.html#frame-objects
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
受限 API 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
What's New entryhttps://python.github.io/python-docs-zh-tw/whatsnew/3.11.html#pyframeobject-3-11-hiding
PyEval_GetFrame()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrame
PyThreadState_GetFrame()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_GetFrame
Reflectionhttps://python.github.io/python-docs-zh-tw/c-api/reflection.html#reflection
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_Type
types.FrameTypehttps://python.github.io/python-docs-zh-tw/library/types.html#types.FrameType
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
PyThreadStatehttps://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState
PyCodeObjecthttps://python.github.io/python-docs-zh-tw/c-api/code.html#c.PyCodeObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_New
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_Check
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetBack
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetBuiltins
f_builtinshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_builtins
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
PyCodeObjecthttps://python.github.io/python-docs-zh-tw/c-api/code.html#c.PyCodeObject
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetCode
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetGenerator
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetGlobals
f_globalshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_globals
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetLasti
f_lastihttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_lasti
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetVar
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetVarString
PyFrame_GetVar()https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetVar
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetLocals
f_localshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
optimized scopehttps://python.github.io/python-docs-zh-tw/glossary.html#term-optimized-scope
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
PEP 667https://peps.python.org/pep-0667/
PyFrameLocalsProxy_Typehttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameLocalsProxy_Type
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetLineNumber
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
https://python.github.io/python-docs-zh-tw/c-api/frame.html#frame-locals-proxies
f_localshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
frame objecthttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame-objects
PEP 667https://peps.python.org/pep-0667/
PyTypeObjecthttps://python.github.io/python-docs-zh-tw/c-api/type.html#c.PyTypeObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameLocalsProxy_Type
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameLocalsProxy_Check
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
https://python.github.io/python-docs-zh-tw/c-api/frame.html#legacy-local-variable-apis
soft deprecatedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-soft-deprecated
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_LocalsToFast
soft deprecatedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-soft-deprecated
f_localshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_FastToLocals
soft deprecatedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-soft-deprecated
f_localshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_FastToLocalsWithError
soft deprecatedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-soft-deprecated
PyFrame_FastToLocals()https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_FastToLocals
PEP 667https://peps.python.org/pep-0667/
https://python.github.io/python-docs-zh-tw/c-api/frame.html#internal-frames
PEP 523https://peps.python.org/pep-0523/
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c._PyInterpreterFrame
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
_PyInterpreterFramehttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c._PyInterpreterFrame
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyUnstable_InterpreterFrame_GetCode
不穩定 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
_PyInterpreterFramehttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c._PyInterpreterFrame
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyUnstable_InterpreterFrame_GetLasti
不穩定 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
_PyInterpreterFramehttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c._PyInterpreterFrame
https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyUnstable_InterpreterFrame_GetLine
不穩定 APIhttps://python.github.io/python-docs-zh-tw/c-api/stable.html#unstable-c-api
目錄https://python.github.io/python-docs-zh-tw/contents.html
Frame 物件https://python.github.io/python-docs-zh-tw/c-api/frame.html
Frame Locals Proxieshttps://python.github.io/python-docs-zh-tw/c-api/frame.html#frame-locals-proxies
Legacy Local Variable APIshttps://python.github.io/python-docs-zh-tw/c-api/frame.html#legacy-local-variable-apis
Internal Frameshttps://python.github.io/python-docs-zh-tw/c-api/frame.html#internal-frames
Capsuleshttps://python.github.io/python-docs-zh-tw/c-api/capsule.html
產生器 (Generator) 物件https://python.github.io/python-docs-zh-tw/c-api/gen.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/frame.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/c-api/gen.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/capsule.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html
具體物件層https://python.github.io/python-docs-zh-tw/c-api/concrete.html
Frame 物件https://python.github.io/python-docs-zh-tw/c-api/frame.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.