Hacked By AnonymousFox

Current Path : /opt/alt/python310/lib64/python3.10/lib2to3/fixes/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/lib2to3/fixes/__pycache__/fix_isinstance.cpython-310.pyc

o

6��fH�@s2dZddlmZddlmZGdd�dej�ZdS)a,Fixer that cleans up a tuple argument to isinstance after the tokens
in it were fixed.  This is mainly used to remove double occurrences of
tokens as a leftover of the long -> int / unicode -> str conversion.

eg.  isinstance(x, (int, long)) -> isinstance(x, (int, int))
       -> isinstance(x, int)
�)�
fixer_base)�tokenc@s eZdZdZdZdZdd�ZdS)�
FixIsinstanceTz�
    power<
        'isinstance'
        trailer< '(' arglist< any ',' atom< '('
            args=testlist_gexp< any+ >
        ')' > > ')' >
    >
    �cCs�t�}|d}|j}g}t|�}|D]8\}}	|	jtjkr9|	j|vr9|t|�dkr8||djtjkr8t	|�qq|�
|	�|	jtjkrJ|�|	j�q|rX|djtjkrX|d=t|�dkrp|j}
|
j
|d_
|
�|d�dS||dd�<|��dS)N�args�����)�set�children�	enumerate�typer�NAME�value�len�COMMA�next�append�add�parent�prefix�replaceZchanged)�selfZnodeZresultsZnames_insertedZtestlistr�new_args�iterator�idx�argZatom�r�C/opt/alt/python310/lib64/python3.10/lib2to3/fixes/fix_isinstance.py�	transforms.$�
�zFixIsinstance.transformN)�__name__�
__module__�__qualname__Z
BM_compatibleZPATTERNZ	run_orderrrrrrrs
	rN)�__doc__�rZ
fixer_utilrZBaseFixrrrrr�<module>s

Hacked By AnonymousFox1.0, Coded By AnonymousFox