|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /opt/alt/python37/lib/python3.7/site-packages/past/builtins/__pycache__/ |
B <������ @ s� d Z ddlmZ ddlmZmZmZmZmZ erNddl m Z mZm ZmZmZ nddlm Z mZmZmZmZ ddlmZmZmZmZmZmZmZmZmZmZmZ ddlmZ ejr�dd d ddd dddddddddddddgZng ZdS )a� A resurrection of some old functions from Python 2 for use in Python 3. These should be used sparingly, to help with porting efforts, since code using them is no longer standard Python 3 code. This module provides the following: 1. Implementations of these builtin functions which have no equivalent on Py3: - apply - chr - cmp - execfile 2. Aliases: - intern <- sys.intern - raw_input <- input - reduce <- functools.reduce - reload <- imp.reload - unichr <- chr - unicode <- str - xrange <- range 3. List-producing versions of the corresponding Python 3 iterator-producing functions: - filter - map - range - zip 4. Forward-ported Py2 types: - basestring - dict - str - long - unicode � )�PY3)�filter�map�range�reduce�zip)� basestring�olddict�oldstr�long�unicode)r �dict�strr r )�apply�chr�cmp�execfile�intern�oct� raw_input�reload�unichrr �xrange)�utilsr r r r r r r r r r r r r r r r r r r N) �__doc__Zfuture.utilsr Zpast.builtins.noniteratorsr r r r r Z past.typesr r r r r r r Z__builtin__Zpast.builtins.miscr r r r r r r r r r �pastr �__all__� r r �G/opt/alt/python37/lib/python3.7/site-packages/past/builtins/__init__.py�<module>( s 4