ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     
    ֦i
                     r    d Z ddlmZ ddlmZ ddlmZ ddlm	Z	m
Z
mZmZmZ  G d dej                        Zy)	a  Fixer that changes filter(F, X) into list(filter(F, X)).

We avoid the transformation if the filter() call is directly contained
in iter(<>), list(<>), tuple(<>), sorted(<>), ...join(<>), or
for V in <>:.

NOTE: This is still not correct if the original code was depending on
filter(F, X) to return a string if X is a string and a tuple if X is a
tuple.  That would require type inference, which we don't do.  Let
Python 2.6 figure it out.
   )
fixer_base)Node)python_symbols)NameArgListListCompin_special_contextparenthesizec                       e Zd ZdZdZdZd Zy)	FixFilterTaV  
    filter_lambda=power<
        'filter'
        trailer<
            '('
            arglist<
                lambdef< 'lambda'
                         (fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any
                >
                ','
                it=any
            >
            ')'
        >
        [extra_trailers=trailer*]
    >
    |
    power<
        'filter'
        trailer< '(' arglist< none='None' ',' seq=any > ')' >
        [extra_trailers=trailer*]
    >
    |
    power<
        'filter'
        args=trailer< '(' [any] ')' >
        [extra_trailers=trailer*]
    >
    zfuture_builtins.filterc                    | j                  |      ry g }d|v r)|d   D ]!  }|j                  |j                                # d|v r|j                  d      j                         }|j                  t
        j                  k(  rd|_        t        |      }t        |j                  d      j                         |j                  d      j                         |j                  d      j                         |      }t        t
        j                  |g|z   d      }nd|v r[t        t        d	      t        d	      |d
   j                         t        d	            }t        t
        j                  |g|z   d      }nt        |      ry |d   j                         }t        t
        j                  t        d      |gd      }t        t
        j                  t        d      t        |g      g|z         }d|_        |j                  |_        |S )Nextra_trailersfilter_lambdaxp fpit)prefixnone_fseqargsfilterlist)should_skipappendclonegettypesymstestr   r
   r   r   powerr   r	   r   )selfnoderesultstrailerstr   newr   s           1/usr/lib64/python3.12/lib2to3/fixes/fix_filter.py	transformzFixFilter.transform:   s   D!w&-.	* / g%T"((*Bww$))#	!"%7;;t,224";;t,224";;t,224b:C tzzC58#3B?Cw4::"5>//1:'C tzzC58#3B?C "$'6?((*DtzzDND#9"ECtzzDL'3%.#AH#LMCCJ[[

    N)__name__
__module____qualname__BM_compatiblePATTERNskip_onr*    r+   r)   r   r      s    MG< 'G$r+   r   N)__doc__r   r   pytreer   pygramr   r    
fixer_utilr   r   r   r	   r
   ConditionalFixr   r2   r+   r)   <module>r8      s/   
   + R RG
)) Gr+   