Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
jinja2 /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
1.83
KB
-rw-r--r--
_identifier.cpython-310.pyc
1.82
KB
-rw-r--r--
async_utils.cpython-310.pyc
2.4
KB
-rw-r--r--
bccache.cpython-310.pyc
13
KB
-rw-r--r--
compiler.cpython-310.pyc
53.33
KB
-rw-r--r--
constants.cpython-310.pyc
1.47
KB
-rw-r--r--
debug.cpython-310.pyc
5.29
KB
-rw-r--r--
defaults.cpython-310.pyc
1.28
KB
-rw-r--r--
environment.cpython-310.pyc
51.86
KB
-rw-r--r--
exceptions.cpython-310.pyc
5.38
KB
-rw-r--r--
ext.cpython-310.pyc
25.79
KB
-rw-r--r--
filters.cpython-310.pyc
50.08
KB
-rw-r--r--
idtracking.cpython-310.pyc
10.82
KB
-rw-r--r--
lexer.cpython-310.pyc
20.04
KB
-rw-r--r--
loaders.cpython-310.pyc
19.94
KB
-rw-r--r--
meta.cpython-310.pyc
3.7
KB
-rw-r--r--
nativetypes.cpython-310.pyc
4.75
KB
-rw-r--r--
nodes.cpython-310.pyc
39.4
KB
-rw-r--r--
optimizer.cpython-310.pyc
1.88
KB
-rw-r--r--
parser.cpython-310.pyc
27.01
KB
-rw-r--r--
runtime.cpython-310.pyc
32.3
KB
-rw-r--r--
sandbox.cpython-310.pyc
11.97
KB
-rw-r--r--
tests.cpython-310.pyc
6.5
KB
-rw-r--r--
utils.cpython-310.pyc
26.77
KB
-rw-r--r--
visitor.cpython-310.pyc
3.82
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : optimizer.cpython-310.pyc
o �:�`r � @ sd d Z ddlZddlmZ ddlmZ ejrddlm Z dej dd d ej fdd�ZG d d� de�ZdS )a� The optimizer tries to constant fold expressions and modify the AST in place so that it should be faster to evaluate. Because the AST does not contain all the scoping information and the compiler has to find that out, we cannot do all the optimizations we want. For example, loop unrolling doesn't work because unrolled loops would have a different scope. The solution would be a second syntax tree that stored the scoping rules. � N� )�nodes)�NodeTransformer)�Environment�node�environmentr �returnc C s t |�}t�tj|�| ��S )z^The context hint can be used to perform an static optimization based on the context given.)� Optimizer�t�castr �Node�visit)r r � optimizer� r �2/usr/lib/python3/dist-packages/jinja2/optimizer.py�optimize s r c s@ e Zd Zddd�Zdejdejd ejdejf� fd d�Z� Z S ) r r �t.Optional[Environment]r Nc C s || _ d S )N)r )�selfr r r r �__init__ s zOptimizer.__init__r �args�kwargsc sl t � j|g|�R i |��}t|tj�r4ztjj|�|r|d nd �|j| j d�W S tj y3 Y |S w |S )Nr )�linenor )�super� generic_visit� isinstancer �Expr�Const�from_untrusted�as_constr r � Impossible)r r r r �� __class__r r r s ��zOptimizer.generic_visit)r r r N) �__name__� __module__�__qualname__r r r r �Anyr � __classcell__r r r r r s ����r ) �__doc__�typingr � r �visitorr � TYPE_CHECKINGr r r r r r r r r �<module> s
Close