o ?Og @sH ddlmZmZddlmZmZmZmZmZm Z Gdddej Z dS))pytree fixer_base)NameAttrCallCommaNewlinesymscs<eZdZdZdZdZfddZfddZddZZ S) FixExitfuncTa ( sys_import=import_name<'import' ('sys' | dotted_as_names< (any ',')* 'sys' (',' any)* > ) > | expr_stmt< power< 'sys' trailer< '.' 'exitfunc' > > '=' func=any > ) cstt|j|dSN)superr __init__)selfargs __class__A/opt/alt/python310/lib64/python3.10/lib2to3/fixes/fix_exitfunc.pyr szFixExitfunc.__init__cstt|||d|_dSr )r r start_tree sys_import)rZtreefilenamerrrr!s zFixExitfunc.start_treec Cs(d|vr|jdur|d|_dS|d}d|_ttjttdtd}t ||g|j}| ||jdurA| |ddS|jj d}|j tjkr]|t|tdddS|jj}|j |j}|j} ttjtd tddg} ttj| g} ||dt||d | dS) NrfuncatexitregisterzKCan't find sys import; Please add an atexit import at the top of your file. import)rZcloneprefixrZNoder ZpowerrrrreplaceZwarningchildrentypeZdotted_as_namesZ append_childrparentindexZ import_nameZ simple_stmtZ insert_childr) rZnodeZresultsrrZcallnamesZcontaining_stmtZpositionZstmt_containerZ new_importnewrrr transform%s6         zFixExitfunc.transform) __name__ __module__ __qualname__Zkeep_line_orderZ BM_compatibleZPATTERNr rr' __classcell__rrrrr s  r N) Zlib2to3rrZlib2to3.fixer_utilrrrrrr ZBaseFixr rrrrs