Current Path : /opt/alt/python312/lib64/python3.12/lib2to3/fixes/__pycache__/ |
Current File : //opt/alt/python312/lib64/python3.12/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-312.opt-2.pyc |
� �Q�f� � �` � d dl mZmZ d dlmZmZmZmZmZm Z G d� dej � Zy)� )�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 �&