blob: b593f0e1fc1ad43ea478f456d2f2a7a5dcb0499c (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | \chapter{Python Language Services
         \label{language}}
Python provides a number of modules to assist in working with the
Python language.  These module support tokenizing, parsing, syntax
analysis, bytecode disassembly, and various other facilities.
These modules include:
\localmoduletable
 |