__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
o
��bcx � @ s6 d Z ddlmZ ddlmZmZ G dd� dej�ZdS )z/Fixer for intern().
intern(s) -> sys.intern(s)� )�
fixer_base)�
ImportAndCall�touch_importc @ s e Zd ZdZdZdZdd� ZdS )� FixInternT�prez�
power< 'intern'
trailer< lpar='('
( not(arglist | argument<any '=' any>) obj=any
| obj=arglist<(not argument<any '=' any>) any ','> )
rpar=')' >
after=any*
>
c C sR |r|d }|r|j | jjkr|jd jdv rd S d}t|||�}td d|� |S )N�obj� > �**�*)�sys�internr )�type�syms�argument�children�valuer r )�self�node�resultsr �names�new� r �//usr/lib/python3.10/lib2to3/fixes/fix_intern.py� transform s zFixIntern.transformN)�__name__�
__module__�__qualname__�
BM_compatible�order�PATTERNr r r r r r
s
r N)�__doc__� r �
fixer_utilr r �BaseFixr r r r r �<module> s