Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python27 /
lib64 /
python2.7 /
Demo /
parser /
Delete
Unzip
Name
Size
Permission
Date
Action
FILES
91
B
-rwxr-xr-x
2025-01-08 14:12
README
1.01
KB
-rwxr-xr-x
2025-01-08 14:12
docstring.py
27
B
-rwxr-xr-x
2025-01-08 14:12
example.py
5.59
KB
-rwxr-xr-x
2025-01-08 14:12
simple.py
29
B
-rwxr-xr-x
2025-01-08 14:12
source.py
741
B
-rwxr-xr-x
2025-01-08 14:12
test_parser.py
1.17
KB
-rwxr-xr-x
2025-01-08 14:12
test_unparse.py
5.44
KB
-rwxr-xr-x
2025-01-08 14:12
unparse.py
16.85
KB
-rwxr-xr-x
2025-01-08 14:12
Save
Rename
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. docstring.py -- sample source file containing only a module docstring. example.py -- module that uses the `parser' module to extract information from the parse tree of Python source code. 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. test_unparse.py tests for the unparse module unparse.py AST (2.7) based example to recreate source code from an AST. Enjoy!