관리-도구
편집 파일: fix_division.cpython-311.pyc
� �܋f� � �R � d Z ddlmZ ddlmZmZ d� Z G d� dej � � ZdS )z? Fixer for division: from __future__ import division if needed � )� fixer_base)�token� future_importc �t � t j }| j |k o!| j j |k o| j j |k S )zw __future__.division redefines the meaning of a single slash for division, so we match that and only that. )r �SLASH�type�next_sibling�prev_sibling)�node�slashs �q/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/libpasteurize/fixes/fix_division.py�match_divisionr sH � � �K�E��9��� F�d�&7�&<��&E�"E� F�&*�&7�&<��&E�"E�F� c � � e Zd ZdZd� Zd� ZdS )�FixDivision� c � � t |� � 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 )�selfr s r �matchzFixDivision.match s � � �d�#�#�#r c �&