| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.10/lib2to3/fixes/__pycache__/ |
Upload File : |
o
��bc9 � @ s6 d Z ddlmZ ddlmZmZ G dd� dej�ZdS )z5Fixer for reload().
reload(s) -> importlib.reload(s)� )�
fixer_base)�
ImportAndCall�touch_importc @ s e Zd ZdZdZdZdd� ZdS )� FixReloadT�prez�
power< 'reload'
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� > �**�*)� importlib�reloadr )�type�syms�argument�children�valuer r )�self�node�resultsr �names�new� r �//usr/lib/python3.10/lib2to3/fixes/fix_reload.py� transform s zFixReload.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