René's URL Explorer Experiment


Title: Python 語言服務 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
sys.path 模組搜尋路徑的初始化https://python.github.io/python-docs-zh-tw/library/sys_path_init.html
ast --- 抽象語法樹 (Abstract Syntax Trees)https://python.github.io/python-docs-zh-tw/library/ast.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/language.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/ast.html
上一頁https://python.github.io/python-docs-zh-tw/library/sys_path_init.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
https://python.github.io/python-docs-zh-tw/library/language.html#python-language-services
ast --- 抽象語法樹 (Abstract Syntax Trees)https://python.github.io/python-docs-zh-tw/library/ast.html
抽象文法 (Abstract Grammar)https://python.github.io/python-docs-zh-tw/library/ast.html#abstract-grammar
節點 (Node) 類別https://python.github.io/python-docs-zh-tw/library/ast.html#node-classes
根節點https://python.github.io/python-docs-zh-tw/library/ast.html#root-nodes
文本 (Literals)https://python.github.io/python-docs-zh-tw/library/ast.html#literals
變數https://python.github.io/python-docs-zh-tw/library/ast.html#variables
運算式https://python.github.io/python-docs-zh-tw/library/ast.html#expressions
下標 (Subscripting)https://python.github.io/python-docs-zh-tw/library/ast.html#subscripting
綜合運算式 (comprehensions)https://python.github.io/python-docs-zh-tw/library/ast.html#comprehensions
陳述式https://python.github.io/python-docs-zh-tw/library/ast.html#statements
引入 (imports)https://python.github.io/python-docs-zh-tw/library/ast.html#imports
流程控制https://python.github.io/python-docs-zh-tw/library/ast.html#control-flow
模式匹配 (pattern matching)https://python.github.io/python-docs-zh-tw/library/ast.html#pattern-matching
Type annotationshttps://python.github.io/python-docs-zh-tw/library/ast.html#type-annotations
型別參數 (type parameters)https://python.github.io/python-docs-zh-tw/library/ast.html#type-parameters
函式和類別定義https://python.github.io/python-docs-zh-tw/library/ast.html#function-and-class-definitions
async 和 awaithttps://python.github.io/python-docs-zh-tw/library/ast.html#async-and-await
ast 輔助程式https://python.github.io/python-docs-zh-tw/library/ast.html#ast-helpers
編譯器旗標https://python.github.io/python-docs-zh-tw/library/ast.html#compiler-flags
命令列用法https://python.github.io/python-docs-zh-tw/library/ast.html#command-line-usage
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
token --- 與 Python 剖析樹一起使用的常數https://python.github.io/python-docs-zh-tw/library/token.html
keyword --- 檢驗 Python 關鍵字https://python.github.io/python-docs-zh-tw/library/keyword.html
tokenize --- Tokenizer for Python sourcehttps://python.github.io/python-docs-zh-tw/library/tokenize.html
Tokenizing Inputhttps://python.github.io/python-docs-zh-tw/library/tokenize.html#tokenizing-input
命令列用法https://python.github.io/python-docs-zh-tw/library/tokenize.html#command-line-usage
範例https://python.github.io/python-docs-zh-tw/library/tokenize.html#examples
tabnanny --- 偵測不良縮排https://python.github.io/python-docs-zh-tw/library/tabnanny.html
pyclbr --- Python 模組瀏覽器支援https://python.github.io/python-docs-zh-tw/library/pyclbr.html
函式物件https://python.github.io/python-docs-zh-tw/library/pyclbr.html#function-objects
類別物件https://python.github.io/python-docs-zh-tw/library/pyclbr.html#class-objects
py_compile — 編譯 Python 來源檔案https://python.github.io/python-docs-zh-tw/library/py_compile.html
命令列介面https://python.github.io/python-docs-zh-tw/library/py_compile.html#command-line-interface
compileall --- 位元組編譯 Python 函式庫https://python.github.io/python-docs-zh-tw/library/compileall.html
Command-line usehttps://python.github.io/python-docs-zh-tw/library/compileall.html#command-line-use
Public functionshttps://python.github.io/python-docs-zh-tw/library/compileall.html#public-functions
dis --- Python bytecode 的反組譯器https://python.github.io/python-docs-zh-tw/library/dis.html
命令列介面https://python.github.io/python-docs-zh-tw/library/dis.html#command-line-interface
Bytecode analysishttps://python.github.io/python-docs-zh-tw/library/dis.html#bytecode-analysis
分析函式https://python.github.io/python-docs-zh-tw/library/dis.html#analysis-functions
Python 位元組碼指令https://python.github.io/python-docs-zh-tw/library/dis.html#python-bytecode-instructions
Opcode collectionshttps://python.github.io/python-docs-zh-tw/library/dis.html#opcode-collections
pickletools --- pickle 開發者的工具https://python.github.io/python-docs-zh-tw/library/pickletools.html
命令列用法https://python.github.io/python-docs-zh-tw/library/pickletools.html#command-line-usage
命令列選項https://python.github.io/python-docs-zh-tw/library/pickletools.html#command-line-options
程式化介面https://python.github.io/python-docs-zh-tw/library/pickletools.html#programmatic-interface
sys.path 模組搜尋路徑的初始化https://python.github.io/python-docs-zh-tw/library/sys_path_init.html
ast --- 抽象語法樹 (Abstract Syntax Trees)https://python.github.io/python-docs-zh-tw/library/ast.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/language.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/ast.html
上一頁https://python.github.io/python-docs-zh-tw/library/sys_path_init.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
版權所有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.