HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //usr/lib/python3.12/lib2to3/fixes/__pycache__/fix_paren.cpython-312.pyc
�

�3f���N�dZddlmZddlmZmZGd�dej�Zy)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�Zy)�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|_|jd|�|jt	��y)N�target��)r�prefix�insert_child�append_childr)�self�node�resultsr	�lparens     �./usr/lib/python3.12/lib2to3/fixes/fix_paren.py�	transformzFixParen.transform%sE����"������
�
��
���
����A�v�&����F�H�%�N)�__name__�
__module__�__qualname__�
BM_compatible�PATTERNr�rrrrs���M��G�,&rrN)�__doc__r
r�
fixer_utilrr�BaseFixrrrr�<module>rs%��C��'� &�z�!�!� &r