⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
lib2to3
/
fixes
/
__pycache__
/
View File Name :
fix_ws_comma.cpython-310.pyc
o bcB @ s> d Z ddlmZ ddlmZ ddlmZ G dd dejZdS )zFixer that changes 'a ,b' into 'a, b'. This also changes '{a :b}' into '{a: b}', but does not touch other uses of colons. It does not touch other uses of whitespace. )pytree)token) fixer_basec @ s@ e Zd ZdZdZeejdZeej dZ ee fZ dd ZdS ) FixWsCommaTzH any<(not(',') any)+ ',' ((not(',') any)+ ',')* [not(',') any]> ,:c C s` | }d}|jD ]$}|| jv r!|j}| rd|vrd|_d}q |r+|j}|s+d|_d}q |S )NF T )clonechildrenSEPSprefixisspace)selfnoderesultsnewcommachildr r 1/usr/lib/python3.10/lib2to3/fixes/fix_ws_comma.py transform s zFixWsComma.transformN)__name__ __module____qualname__explicitPATTERNr Leafr COMMACOLONr r r r r r r s r N)__doc__r r pgen2r r BaseFixr r r r r
s