Your IP : 216.73.216.243
3
\��@s:dZddlmZddlmZmZmZGdd�dej�ZdS)z�Fixer for exec.
This converts usages of the exec statement into calls to a built-in
exec() function.
exec code in ns1, ns2 -> exec(code, ns1, ns2)
�)�
fixer_base)�Comma�Name�Callc@seZdZdZdZdd�ZdS)�FixExecTzx
exec_stmt< 'exec' a=any 'in' b=any [',' c=any] >
|
exec_stmt< 'exec' (not atom<'(' [any] ')'>) a=any >
cCs�|st�|j}|d}|jd�}|jd�}|j�g}d|d_|dk rZ|jt�|j�g�|dk rv|jt�|j�g�ttd�||jd�S)N�a�b�c���exec)�prefix) �AssertionError�syms�getZcloner
�extendrrr)�selfZnodeZresultsrrrr �args�r�./usr/lib64/python3.6/lib2to3/fixes/fix_exec.py� transforms
zFixExec.transformN)�__name__�
__module__�__qualname__Z
BM_compatibleZPATTERNrrrrrrsrN) �__doc__r
rZ
fixer_utilrrrZBaseFixrrrrr�<module>
s
?>