HEX
Server: LiteSpeed
System: Linux cpir1.prohostdns.com 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: pelakir (2976)
PHP: 8.2.31
Disabled: exec, shell_exec, system, passthru, proc_open, proc_close, proc_terminate, proc_get_status, popen, pclose, pcntl_exec
Upload Files
File: //proc/thread-self/root/lib64/python3.11/lib2to3/fixes/__pycache__/fix_paren.cpython-311.pyc
�

!A?h���L�dZddlmZddlmZmZGd�dej��ZdS)ztFixer that adds parentheses where they are required

This converts ``[x for x in 1, 2]`` to ``[x for x in (1, 2)]``.�)�
fixer_base)�LParen�RParenc��eZdZdZdZd�ZdS)�FixParenTa
        atom< ('[' | '(')
            (listmaker< any
                comp_for<
                    'for' NAME 'in'
                    target=testlist_safe< any (',' any)+ [',']
                     >
                    [any]
                >
            >
            |
            testlist_gexp< any
                comp_for<
                    'for' NAME 'in'
                    target=testlist_safe< any (',' any)+ [',']
                     >
                    [any]
                >
            >)
        (']' | ')') >
    c���|d}t��}|j|_d|_|�d|��|�t	����dS)N�target��)r�prefix�insert_child�append_childr)�self�node�resultsr	�lparens     �0/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py�	transformzFixParen.transform%sY����"�������
��
���
����A�v�&�&�&����F�H�H�%�%�%�%�%�N)�__name__�
__module__�__qualname__�
BM_compatible�PATTERNr�rrrrs/�������M��G�,&�&�&�&�&rrN)�__doc__r
r�
fixer_utilrr�BaseFixrrrr�<module>rst��C�C�������'�'�'�'�'�'�'�'� &� &� &� &� &�z�!� &� &� &� &� &r