Hackfut Security File Manager
Current Path:
/usr/lib64/python2.6/Demo/parser
usr
/
lib64
/
python2.6
/
Demo
/
parser
/
📁
..
📄
FILES
(91 B)
📄
README
(913 B)
📄
docstring.py
(27 B)
📄
docstring.pyc
(175 B)
📄
docstring.pyo
(175 B)
📄
example.py
(5.59 KB)
📄
example.pyc
(7.07 KB)
📄
example.pyo
(7.07 KB)
📄
simple.py
(29 B)
📄
simple.pyc
(279 B)
📄
simple.pyo
(279 B)
📄
source.py
(741 B)
📄
source.pyc
(1.55 KB)
📄
source.pyo
(1.55 KB)
📄
test_parser.py
(1.17 KB)
📄
test_parser.pyc
(1.42 KB)
📄
test_parser.pyo
(1.42 KB)
📄
texipre.dat
(4.25 KB)
📄
unparse.py
(13.55 KB)
📄
unparse.pyc
(20.99 KB)
📄
unparse.pyo
(20.99 KB)
Editing: README
These files are from the large example of using the `parser' module. Refer to the Python Library Reference for more information. It also contains examples for the AST parser. Files: ------ FILES -- list of files associated with the parser module. README -- this file. example.py -- module that uses the `parser' module to extract information from the parse tree of Python source code. docstring.py -- sample source file containing only a module docstring. simple.py -- sample source containing a "short form" definition. source.py -- sample source code used to demonstrate ability to handle nested constructs easily using the functions and classes in example.py. test_parser.py program to put the parser module through its paces. unparse.py AST (2.5) based example to recreate source code from an AST. This is incomplete; contributions are welcome. Enjoy!
Upload File
Create Folder