mRnŗ D d Z ddlmZ ddlmZ d Z G 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.
)nodes)NodeTransformerc J t | }| | S )z^The context hint can be used to perform an static optimization
based on the context given.) Optimizervisit)nodeenvironment optimizers p/builddir/build/BUILD/imunify360-venv-2.6.2/opt/imunify360/venv/lib/python3.11/site-packages/jinja2/optimizer.pyoptimizer s# +&&I??4 c $ e Zd Zd Z fdZ xZS )r c || _ d S )N)r )selfr s r __init__zOptimizer.__init__ s &r
c B t t | j |g|R i |}t |t j r_ t j | |r|d nd |j | j
S # t j $ r Y nw xY w|S )N )linenor )superr
generic_visit
isinstancer ExprConstfrom_untrustedas_constr r
Impossible)r r argskwargs __class__s r r zOptimizer.generic_visit s 3uY%%3DJ4JJJ6JJ dEJ''
{11MMT";$q''t<<; $ 0 2
#
s AB
BB)__name__
__module____qualname__r r
__classcell__)r s @r r r sG ' ' ' r
r N)__doc__ r visitorr r r r
r