Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 73cdff47b2ff80e38da49bb42e68646ae1d4f190 authored by Anthony Baxter on 23 March 2006, 02:49:35 UTC
take 3
Tip revision: 73cdff4
language.tex
\chapter{Python Language Services
         \label{language}}

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:

\localmoduletable
back to top