B
z\'v9 @ 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 sd | }d}xR|jD ]H}|| jkrD|j}| r>d|kr>d|_d}q|rX|j}|sXd|_d}qW |S )NF
T )ZcloneZchildrenSEPSprefixisspace)selfZnodeZresultsnewZcommaZchildr r ?/opt/alt/python37/lib64/python3.7/lib2to3/fixes/fix_ws_comma.py transform s
zFixWsComma.transformN)__name__
__module____qualname__ZexplicitZPATTERNr ZLeafr COMMACOLONr r r r r r r s r N)__doc__r r Zpgen2r r ZBaseFixr r r r r