HEX
Server: Apache
System: Linux cpanelx.inxs.ro 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: crowdandsafety (1041)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/local/lib/python3.6/site-packages/libpasteurize/fixes/__pycache__/fix_division.cpython-36.pyc
3

6	Eg��@s>dZddlmZddlmZmZdd�ZGdd�dej�ZdS)	z?
Fixer for division: from __future__ import division if needed
�)�
fixer_base)�token�
future_importcCs,tj}|j|ko*|jj|ko*|jj|kS)zw
    __future__.division redefines the meaning of a single slash for division,
    so we match that and only that.
    )r�SLASH�typeZnext_siblingZprev_sibling)�nodeZslash�r�G/root/tmp/pip-build-f6rmvwrq/future/libpasteurize/fixes/fix_division.py�match_divisionsr
c@s eZdZdZdd�Zdd�ZdS)�FixDivision�cCst|�S)z�
        Since the tree needs to be fixed once and only once if and only if it
        matches, then we can start discarding matches after we make the first.
        )r
)�selfrrrr	�matchszFixDivision.matchcCstd|�dS)N�division)r)r
r�resultsrrr	�	transformszFixDivision.transformN)�__name__�
__module__�__qualname__Z	run_orderrrrrrr	rsrN)	�__doc__Zlib2to3rZlibfuturize.fixer_utilrrr
ZBaseFixrrrrr	�<module>s