sys.path 模組搜尋路徑的初始化
sys.path
ast --- 抽象語法樹
ast
Python 提供了許多模組來協助處理 Python 語言。這些模組支援分詞、解析、語法分析、位元組碼反彙編以及各種其他功能。
這些模組包括
symtable
token
keyword
tokenize
tabnanny
pyclbr
py_compile
compileall
dis
pickletools