PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /proc/self/root/lib64/python3.12/lib2to3/fixes/__pycache__/ |
| Server: Linux server1.ngambekcore.com 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 04:00:07 EDT 2025 x86_64 IP: 159.198.77.92 |
| Dir : //proc/self/root/lib64/python3.12/lib2to3/fixes/__pycache__/fix_operator.cpython-312.opt-1.pyc |
�
�?hb
� �d � d Z ddlZddlmZ ddlmZmZmZm Z d� Z
G d� dej � Zy)a� Fixer for operator functions.
operator.isCallable(obj) -> callable(obj)
operator.sequenceIncludes(obj) -> operator.contains(obj)
operator.isSequenceType(obj) -> isinstance(obj, collections.abc.Sequence)
operator.isMappingType(obj) -> isinstance(obj, collections.abc.Mapping)
operator.isNumberType(obj) -> isinstance(obj, numbers.Number)
operator.repeat(obj, n) -> operator.mul(obj, n)
operator.irepeat(obj, n) -> operator.imul(obj, n)
� N)�
fixer_base)�Call�Name�String�touch_importc � � � � fd�}|S )Nc � �� �| _ | S �N)�
invocation)�f�ss ��3/usr/lib64/python3.12/lib2to3/fixes/fix_operator.py�deczinvocation.<locals>.dec s �� ������ � )r
r s ` r r r s �� �� �Jr c � � e Zd ZdZdZdZdZd eee�� z Zd� Z e
d� d � � Z e
d
� d� � Z e
d� d
� � Z
e
d� d� � Z e
d� d� � Z e
d� d� � Z e
d� d� � Zd� Zd� Zd� Zy)�FixOperatorT�prez�
method=('isCallable'|'sequenceIncludes'
|'isSequenceType'|'isMappingType'|'isNumberType'
|'repeat'|'irepeat')
z'(' obj=any ')'z�
power< module='operator'
trailer< '.' %(methods)s > trailer< %(obj)s > >
|
power< %(methods)s trailer< %(obj)s > >
)�methods�objc �>