📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:31:17
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
past
/
utils
/
__pycache__
📍 /opt/alt/python37/lib/python3.7/site-packages/past/utils/__pycache__
🔄 Refresh
✏️
Editing: __init__.cpython-37.opt-1.pyc
Read Only
B �A�[I � @ sf d Z ddlZddlZejd dkZejd dkZeed�Zdd� Zdd � Z d d� Z dd ddd dgZdS )aj Various non-built-in utility functions and definitions for Py2 compatibility in Py3. For example: >>> # The old_div() function behaves like Python 2's / operator >>> # without "from __future__ import division" >>> from past.utils import old_div >>> old_div(3, 2) # like 3/2 in Py2 0 >>> old_div(3, 2.0) # like 3/2.0 in Py2 1.5 � N� � Zpypy_translation_infoc s"