| Server IP : 66.29.146.62 / Your IP : 216.73.216.152 Web Server : LiteSpeed System : Linux premium231.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : dokkdzvi ( 925) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3.6/site-packages/dns/__pycache__/ |
Upload File : |
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*