whoami7 - Manager
:
/
opt
/
alt
/
python312
/
lib64
/
python3.12
/
lib2to3
/
fixes
/
__pycache__
/
Upload File:
files >> //opt/alt/python312/lib64/python3.12/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-312.pyc
� ��h� � �b � d Z ddlmZmZ ddlmZmZmZmZm Z m Z G d� dej � Zy)z7 Convert use of sys.exitfunc to use the atexit module. � )�pytree� fixer_base)�Name�Attr�Call�Comma�Newline�symsc �: � � e Zd ZdZdZdZ� fd�Z� fd�Zd� Z� xZ S )�FixExitfuncTa� ( sys_import=import_name<'import' ('sys' | dotted_as_names< (any ',')* 'sys' (',' any)* > ) > | expr_stmt< power< 'sys' trailer< '.' 'exitfunc' > > '=' func=any > ) c �&