blob: 5cdb113290f0652d1d5cde96748730af69743352 [file] [log] [blame]
Fred Drakeed13b4a2000-08-03 21:18:18 +00001\chapter{Python Language Services
2 \label{language}}
3
4Python provides a number of modules to assist in working with the
Andrew M. Kuchling20be3c82005-12-22 18:55:43 +00005Python language. These modules support tokenizing, parsing, syntax
Fred Drakeed13b4a2000-08-03 21:18:18 +00006analysis, bytecode disassembly, and various other facilities.
7
8These modules include:
9
10\localmoduletable