/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Doc/library/language.rst
28 строк
522 B
Benjamin Peterson
Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from
03 фев 2010, 05:59
03 фев 2010, 05:59
d69fe2a
Код
Авторство
О чём код?
.. _language: ************************ Python Language Services ************************ Python provides a number of modules to assist in working with the Python language. These modules support tokenizing, parsing, syntax analysis, bytecode disassembly, and various other facilities. These modules include: .. toctree:: parser.rst ast.rst symtable.rst symbol.rst token.rst keyword.rst tokenize.rst tabnanny.rst pyclbr.rst py_compile.rst compileall.rst dis.rst pickletools.rst