__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
3
�b�W! � @ s� d dl Z d dlZd dlmZ e jdkr0eZeZneZeZe jd
krfeZ e
ZefZe
Zdd� Zdd� Zn"eZ eZefZeZdd� Zd d� Zd
d� ZdS )� N)�Context� c C s | j � S )N)�decode)�x� r �/usr/lib/python3.6/_compat.py�maybe_decode s r c C s | j � S )N)�encode)r r r r �maybe_encode s r
c C s | S )Nr )r r r r r s c C s | S )Nr )r r r r r
s c C s, t ttt| ���tjd�jt| ��}t|�S )z�
Python 2 and Python 3 use different rounding strategies in round(). This
function ensures that results are python2/3 compatible and backward
compatible with previous py2 releases
:param what: float
:return: rounded long
)ZprecZrounding)r �len�str�long�decimalZ
ROUND_HALF_UPZcreate_decimal)Zwhat�dr r r �round_py2_compat# s
r )r )r )�sysr r �version_info�intr
�rangeZxranger Z text_type�bytesZbinary_typeZstring_types�chrZunichrr r
ZunicodeZ
basestringr r r r r �<module> s*