AlkantarClanX12

Your IP : 3.144.109.159


Current Path : /opt/alt/python312/lib64/python3.12/lib2to3/fixes/__pycache__/
Upload File :
Current File : //opt/alt/python312/lib64/python3.12/lib2to3/fixes/__pycache__/fix_dict.cpython-312.pyc

�

�Q�f����dZddlmZddlmZddlmZddlmZmZmZddlmZejdhzZ
Gd�d	ej�Zy
)ajFixer for dict methods.

d.keys() -> list(d.keys())
d.items() -> list(d.items())
d.values() -> list(d.values())

d.iterkeys() -> iter(d.keys())
d.iteritems() -> iter(d.items())
d.itervalues() -> iter(d.values())

d.viewkeys() -> d.keys()
d.viewitems() -> d.items()
d.viewvalues() -> d.values()

Except in certain very specific contexts: the iter() can be dropped
when the context is list(), sorted(), iter() or for...in; the list()
can be dropped when the context is list() or sorted() (but not iter()
or for...in!). Special contexts that apply to both: list(), sorted(), tuple()
set(), any(), all(), sum().

Note: iter(d.keys()) could be written as iter(d) but since the
original d.iterkeys() was also redundant we don't fix this.  And there
are (rare) contexts where it makes a difference (e.g. when passing it
as an argument to a function that introspects the argument).
�)�pytree)�patcomp)�
fixer_base)�Name�Call�Dot)�
fixer_util�iterc�p�eZdZdZdZd�ZdZeje�Z	dZ
eje
�Zd�Zy)�FixDictTa
    power< head=any+
         trailer< '.' method=('keys'|'items'|'values'|
                              'iterkeys'|'iteritems'|'itervalues'|
                              'viewkeys'|'viewitems'|'viewvalues') >
         parens=trailer< '(' ')' >
         tail=any*
    >
    c	�0�|d}|dd}|d}|j}|j}|jd�}|jd�}	|s|	r|dd}|dvsJt|���|D�
cgc]}
|
j	���}}
|D�
cgc]}
|
j	���}}
|xr|j||�}|t
j|jt�t||j�	�g�|d
j	�gz}t
j|j|�}
|s#|	s!d|
_tt|rdnd�|
g�}
|r$t
j|j|
g|z�}
|j|
_|
Scc}
wcc}
w)
N�head�method��tailr
�view�)�keys�items�values)�prefix�parens��list)�syms�value�
startswith�repr�clone�in_special_contextr�Node�trailerrrr�powerr)�self�node�resultsrrrr�method_name�isiter�isview�n�special�args�news              �=/opt/alt/python312/lib64/python3.12/lib2to3/fixes/fix_dict.py�	transformzFixDict.transform6s����v�����"�1�%���v����y�y���l�l���'�'��/���'�'��/���V�%�a�b�/�K��9�9�G�4��<�G�9�#'�(�4�a����	�4��(�#'�(�4�a����	�4��(��(�D�t�6�6�t�V�D���v�{�{�4�<�<�$'�E�$(��06�
�
�%?�$@�A��x�(�.�.�0�	2�2��
�k�k�$�*�*�d�+���6��C�J��t�f�F�&�9�C�5�A�C���+�+�d�j�j�3�%�$�,�7�C��[�[��
��
��)��(s�.F�Fz3power< func=NAME trailer< '(' node=any ')' > any* >zmfor_stmt< 'for' any 'in' node=any ':' any* >
            | comp_for< 'for' any 'in' node=any any* >
         c��|j�yi}|jj�m|jj|jj|�r=|d|ur6|r|djtvS|djt
jvS|sy|jj|j|�xr|d|uS)NFr%�func)�parent�p1�matchr�iter_exemptr	�consuming_calls�p2)r$r%r(r&s    r.r zFixDict.in_special_contextZs����;�;������K�K���*��w�w�}�}�T�[�[�/�/��9��v��$�&���v��,�,��;�;��v��,�,�
�0J�0J�J�J����w�w�}�}�T�[�[�'�2�N�w�v��$�7N�N�N)
�__name__�
__module__�__qualname__�
BM_compatible�PATTERNr/�P1r�compile_patternr3�P2r7r �r8r.rr)sM���M��G��8
?�B�	 ��	 �	 ��	$�B�

�B�
!��	 �	 ��	$�B�Or8rN)
�__doc__rrrrr	rrrr6r5�BaseFixrrAr8r.�<module>rDsH���6���(�(���(�(�F�8�3��AO�j� � �AOr8