SILENT KILLERPanel

Current Path: > > opt > cloudlinux > venv > lib64 > python3.11 > site-packages > > pycparser


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/cloudlinux/venv/lib64/python3.11/site-packages//pycparser

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
ply Directory - -
__init__.py File 2815 bytes April 17 2025 13:10:58.
_ast_gen.py File 10555 bytes April 17 2025 13:10:58.
_build_tables.py File 1039 bytes April 17 2025 13:10:58.
_c_ast.cfg File 4255 bytes April 17 2025 13:10:58.
ast_transforms.py File 5691 bytes April 17 2025 13:10:58.
c_ast.py File 31445 bytes April 17 2025 13:10:58.
c_generator.py File 17772 bytes April 17 2025 13:10:58.
c_lexer.py File 17167 bytes April 17 2025 13:10:58.
c_parser.py File 73680 bytes April 17 2025 13:10:58.
lextab.py File 8504 bytes April 17 2025 13:10:58.
plyparser.py File 4875 bytes April 17 2025 13:10:58.
yacctab.py File 205652 bytes April 17 2025 13:10:58.

Reading File: //opt/cloudlinux/venv/lib64/python3.11/site-packages//pycparser/_build_tables.py

#-----------------------------------------------------------------
# pycparser: _build_tables.py
#
# A dummy for generating the lexing/parsing tables and and
# compiling them into .pyc for faster execution in optimized mode.
# Also generates AST code from the configuration file.
# Should be called from the pycparser directory.
#
# Eli Bendersky [https://eli.thegreenplace.net/]
# License: BSD
#-----------------------------------------------------------------

# Insert '.' and '..' as first entries to the search path for modules.
# Restricted environments like embeddable python do not include the
# current working directory on startup.
import sys
sys.path[0:0] = ['.', '..']

# Generate c_ast.py
from _ast_gen import ASTCodeGenerator
ast_gen = ASTCodeGenerator('_c_ast.cfg')
ast_gen.generate(open('c_ast.py', 'w'))

from pycparser import c_parser

# Generates the tables
#
c_parser.CParser(
    lex_optimize=True,
    yacc_debug=False,
    yacc_optimize=True)

# Load to compile into .pyc
#
import lextab
import yacctab
import c_ast

SILENT KILLER Tool