⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.177
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib64
/
python3.9
/
lib2to3
/
fixes
/
__pycache__
/
View File Name :
fix_paren.cpython-39.pyc
a ÕDOgÊ ã @ s6 d Z ddlmZ ddlmZmZ G dd„ dejƒZdS )ztFixer that adds parentheses where they are required This converts ``[x for x in 1, 2]`` to ``[x for x in (1, 2)]``.é )Ú fixer_base)ÚLParenÚRParenc @ s e Zd ZdZdZdd„ ZdS )ÚFixParenTa atom< ('[' | '(') (listmaker< any comp_for< 'for' NAME 'in' target=testlist_safe< any (',' any)+ [','] > [any] > > | testlist_gexp< any comp_for< 'for' NAME 'in' target=testlist_safe< any (',' any)+ [','] > [any] > >) (']' | ')') > c C s8 |d }t ƒ }|j|_d|_| d|¡ | tƒ ¡ d S )NÚtargetÚ é )r ÚprefixZinsert_childZappend_childr )ÚselfZnodeÚresultsr Zlparen© r ú//usr/lib64/python3.9/lib2to3/fixes/fix_paren.pyÚ transform% s zFixParen.transformN)Ú__name__Ú __module__Ú__qualname__Z BM_compatibleZPATTERNr r r r r r s r N)Ú__doc__r r Z fixer_utilr r ZBaseFixr r r r r Ú
s