René's URL Explorer Experiment


Title: Reflection — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
PyHash APIhttps://python.github.io/python-docs-zh-tw/c-api/hash.html
編解碼器註冊表和支援函式https://python.github.io/python-docs-zh-tw/c-api/codec.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/reflection.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/codec.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/hash.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/utilities.html
Reflectionhttps://python.github.io/python-docs-zh-tw/c-api/reflection.html
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#reflection
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetBuiltins
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyEval_GetFrameBuiltins()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameBuiltins
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetLocals
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyEval_GetFrameLocals()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameLocals
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
PyFrame_GetLocals()https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetLocals
PyEval_GetFrame()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrame
f_localshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
borrowed referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-borrowed-reference
optimized scopeshttps://python.github.io/python-docs-zh-tw/glossary.html#term-optimized-scope
PyEval_GetFrameLocals()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameLocals
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
PEP 667https://peps.python.org/pep-0667/
PyFrame_GetLocals()https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetLocals
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
FrameType.f_localshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
What's New entryhttps://python.github.io/python-docs-zh-tw/whatsnew/3.13.html#whatsnew313-locals-semantics
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetGlobals
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyEval_GetFrameGlobals()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameGlobals
PyFrameObjecthttps://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrameObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrame
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
attached thread statehttps://python.github.io/python-docs-zh-tw/glossary.html#term-attached-thread-state
PyThreadState_GetFrame()https://python.github.io/python-docs-zh-tw/c-api/init.html#c.PyThreadState_GetFrame
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameBuiltins
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameLocals
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
locals()https://python.github.io/python-docs-zh-tw/library/functions.html#locals
f_localshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#frame.f_locals
optimized scopeshttps://python.github.io/python-docs-zh-tw/glossary.html#term-optimized-scope
PyFrame_GetLocals()https://python.github.io/python-docs-zh-tw/c-api/frame.html#c.PyFrame_GetLocals
PyEval_GetFrame()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrame
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFrameGlobals
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
globals()https://python.github.io/python-docs-zh-tw/library/functions.html#globals
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFuncName
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFuncDesc
穩定 ABI 的一部分https://python.github.io/python-docs-zh-tw/c-api/stable.html#stable
PyEval_GetFuncName()https://python.github.io/python-docs-zh-tw/c-api/reflection.html#c.PyEval_GetFuncName
PyHash APIhttps://python.github.io/python-docs-zh-tw/c-api/hash.html
編解碼器註冊表和支援函式https://python.github.io/python-docs-zh-tw/c-api/codec.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/c-api/reflection.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/codec.html
上一頁https://python.github.io/python-docs-zh-tw/c-api/hash.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/utilities.html
Reflectionhttps://python.github.io/python-docs-zh-tw/c-api/reflection.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.