René's URL Explorer Experiment


Title: symtable --- 存取編譯器的符號表 — 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
symtable --- 存取編譯器的符號表https://python.github.io/python-docs-zh-tw/library/symtable.html
產生符號表https://python.github.io/python-docs-zh-tw/library/symtable.html#generating-symbol-tables
檢查符號表https://python.github.io/python-docs-zh-tw/library/symtable.html#examining-symbol-tables
命令列用法https://python.github.io/python-docs-zh-tw/library/symtable.html#command-line-usage
ast --- 抽象語法樹 (Abstract Syntax Trees)https://python.github.io/python-docs-zh-tw/library/ast.html
token --- 與 Python 剖析樹一起使用的常數https://python.github.io/python-docs-zh-tw/library/token.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/symtable.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/library/token.html
上一頁https://python.github.io/python-docs-zh-tw/library/ast.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
Python 語言服務https://python.github.io/python-docs-zh-tw/library/language.html
symtable --- 存取編譯器的符號表https://python.github.io/python-docs-zh-tw/library/symtable.html
https://python.github.io/python-docs-zh-tw/library/symtable.html#module-symtable
Lib/symtable.pyhttps://github.com/python/cpython/tree/3.14/Lib/symtable.py
symtablehttps://python.github.io/python-docs-zh-tw/library/symtable.html#module-symtable
https://python.github.io/python-docs-zh-tw/library/symtable.html#generating-symbol-tables
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.symtable
SymbolTablehttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable
compile()https://python.github.io/python-docs-zh-tw/library/functions.html#compile
https://python.github.io/python-docs-zh-tw/library/symtable.html#examining-symbol-tables
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType
SymbolTablehttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType.MODULE
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType.FUNCTION
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType.CLASS
註釋作用域https://python.github.io/python-docs-zh-tw/reference/executionmodel.html#annotation-scopes
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType.ANNOTATION
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType.TYPE_ALIAS
typehttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#type
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType.TYPE_PARAMETERS
泛型函式 (generic functions)https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#generic-functions
泛型類別 (generic classes)https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#generic-classes
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType.TYPE_VARIABLE
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_type
SymbolTableTypehttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType
SymbolTableTypehttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType
SymbolTableTypehttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTableType
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_id
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_name
get_type()https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_type
TypeVarhttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.TypeVar
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_lineno
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.is_optimized
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.is_nested
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.has_children
get_children()https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_children
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_identifiers
視圖物件的文件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict-views
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.lookup
Symbolhttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_symbols
Symbolhttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable.get_children
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Function
SymbolTablehttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Function.get_parameters
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Function.get_locals
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Function.get_globals
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Function.get_nonlocals
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Function.get_frees
自由(閉包)變數 (free (closure) variables)https://python.github.io/python-docs-zh-tw/glossary.html#term-closure-variable
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Class
SymbolTablehttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Class.get_methods
defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#def
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
get_methods()https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Class.get_methods
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol
SymbolTablehttps://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.SymbolTable
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.get_name
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_referenced
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_imported
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_parameter
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_type_parameter
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_global
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_nonlocal
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_declared_global
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_local
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_annotated
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_free
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_free_class
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_assigned
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_comp_iter
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_comp_cell
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.is_namespace
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.get_namespaces
https://python.github.io/python-docs-zh-tw/library/symtable.html#symtable.Symbol.get_namespace
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/symtable.html#command-line-usage
symtablehttps://python.github.io/python-docs-zh-tw/library/symtable.html#module-symtable
目錄https://python.github.io/python-docs-zh-tw/contents.html
symtable --- 存取編譯器的符號表https://python.github.io/python-docs-zh-tw/library/symtable.html
產生符號表https://python.github.io/python-docs-zh-tw/library/symtable.html#generating-symbol-tables
檢查符號表https://python.github.io/python-docs-zh-tw/library/symtable.html#examining-symbol-tables
命令列用法https://python.github.io/python-docs-zh-tw/library/symtable.html#command-line-usage
ast --- 抽象語法樹 (Abstract Syntax Trees)https://python.github.io/python-docs-zh-tw/library/ast.html
token --- 與 Python 剖析樹一起使用的常數https://python.github.io/python-docs-zh-tw/library/token.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/symtable.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/library/token.html
上一頁https://python.github.io/python-docs-zh-tw/library/ast.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
Python 語言服務https://python.github.io/python-docs-zh-tw/library/language.html
symtable --- 存取編譯器的符號表https://python.github.io/python-docs-zh-tw/library/symtable.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.