HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/past/builtins/__pycache__/__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