blob: 03696c3c644a2d3f8bcd16b72d11880a0542f875 [file] [log] [blame]
Guido van Rossum16d27e31996-08-21 16:28:53 +00001These files are from the large example of using the `parser' module. Refer
2to the Python Library Reference for more information.
3
4Files:
5------
6
7 example.py -- module that uses the `parser' module to extract
8 information from the parse tree of Python source
9 code.
10
11 source.py -- sample source code used to demonstrate ability to
12 handle nested constructs easily using the functions
13 and classes in example.py.
14
15Enjoy!