1 These files are from the large example of using the `parser' module. Refer
2 to the Python Library Reference for more information.
7 FILES -- list of files associated with the parser module.
11 example.py -- module that uses the `parser' module to extract
12 information from the parse tree of Python source
15 docstring.py -- sample source file containing only a module docstring.
17 simple.py -- sample source containing a "short form" definition.
19 source.py -- sample source code used to demonstrate ability to
20 handle nested constructs easily using the functions
21 and classes in example.py.
23 test_parser.py program to put the parser module through it's paces.