HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/past/builtins/__pycache__/__init__.cpython-310.pyc
o

,�]
�@s�dZddlmZddlmZmZmZmZmZer'ddl	m
Z
mZm
ZmZmZnddlm
Z
mZmZmZmZddlmZmZmZmZmZmZmZmZmZmZmZddlmZejr^gd�Zd	SgZd	S)
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)�utils)rrrrrrr
rrrrrrrrrrrrN) �__doc__�future.utilsr�past.builtins.noniteratorsrrrrr�
past.typesrr	r
r
rrr�__builtin__�past.builtins.miscrrrrrrrrrr�pastr�__all__�r"r"�8/usr/lib/python3/dist-packages/past/builtins/__init__.py�<module>s)4