Uname: Linux premium294.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
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.112.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : __init__.cpython-37.pyc
B

�A�[
�@s�dZddlmZddlmZmZmZmZmZerNddl	m
Z
mZm
ZmZmZnddlm
Z
mZmZmZmZddlmZmZmZmZmZmZmZmZmZmZmZddlmZejr�dd	d
ddd
dddddddddddddgZngZdS)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�strrr)�apply�chr�cmp�execfile�intern�oct�	raw_input�reload�unichrr�xrange)�utilsrrrrrrr
rrrrrrrrrrrrN) �__doc__Zfuture.utilsrZpast.builtins.noniteratorsrrrrrZ
past.typesrr	r
r
rrrZ__builtin__Zpast.builtins.miscrrrrrrrrrr�pastr�__all__�rr�G/opt/alt/python37/lib/python3.7/site-packages/past/builtins/__init__.py�<module>(s4


© 2025 XylotrechusZ