Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/past/utils/__pycache__/__init__.cpython-39.pyc
Ðазад
a h�hI � @ s^ d Z ddlZddlZejd dkZejd dkZeed�Zdd� Zdd � Z d d� Z g d�ZdS ) 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"