| Server IP : 104.21.21.239 / Your IP : 216.73.216.55 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.7 System : Linux ip-172-31-69-123.ec2.internal 6.1.177-224.371.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 20:28:29 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.9/lib2to3/fixes/__pycache__/ |
Upload File : |
a
�ix � @ 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 |r2|d }|r2|j | jjkr2|jd jdv r2d S d}t|||�}td d|� |S )N�obj� > z**�*)�sys�internr
)�typeZsyms�argumentZchildren�valuer r )�selfZnode�resultsr �names�new� r �0/usr/lib64/python3.9/lib2to3/fixes/fix_intern.py� transform s �zFixIntern.transformN)�__name__�
__module__�__qualname__Z
BM_compatible�orderZPATTERNr r r r r r
s
r N)�__doc__� r Z
fixer_utilr r ZBaseFixr r r r r �<module> s