| Fred Drake | ed13b4a | 2000-08-03 21:18:18 +0000 | [diff] [blame] | 1 | \chapter{Python Language Services |
| 2 | \label{language}} | ||||
| 3 | |||||
| 4 | Python provides a number of modules to assist in working with the | ||||
| Andrew M. Kuchling | 20be3c8 | 2005-12-22 18:55:43 +0000 | [diff] [blame] | 5 | Python language. These modules support tokenizing, parsing, syntax |
| Fred Drake | ed13b4a | 2000-08-03 21:18:18 +0000 | [diff] [blame] | 6 | analysis, bytecode disassembly, and various other facilities. |
| 7 | |||||
| 8 | These modules include: | ||||
| 9 | |||||
| 10 | \localmoduletable | ||||