/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.13.13
Doc/library/language.rst
26 строк
494 B
Guido van Rossum
Delete remaining references to Grammar/Grammar from docs (#21624)
26 июл 2020, 18:27
Не верифицирован
26 июл 2020, 18:27
508ed2d
Код
Авторство
О чём код?
.. _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:: ast.rst symtable.rst token.rst keyword.rst tokenize.rst tabnanny.rst pyclbr.rst py_compile.rst compileall.rst dis.rst pickletools.rst