HEX
Server: LiteSpeed
System: Linux standart9.isimtescil.net 3.10.0-962.3.2.lve1.5.26.7.el7.x86_64 #1 SMP Wed Oct 2 07:53:12 EDT 2019 x86_64
User: karalev (5310)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //proc/self/root/opt/alt/python27/lib/python2.7/site-packages/future/builtins/iterators.pyo
�
�A�[c@`s�dZddlmZmZmZddlZddlmZejs�ej	Z
ejZddl
mZejZdddd	gZn6ddlZej
Z
ejZejZejZgZdS(
s�
This module is designed to be used as follows::

    from future.builtins.iterators import *

And then, for example::

    for i in range(10**15):
        pass

    for (a, b) in zip(range(10**15), range(-10**15, 0)):
        pass

Note that this is standard Python 3 code, plus some imports that do
nothing on Python 3.

The iterators this brings in are::

- ``range``
- ``filter``
- ``map``
- ``zip``

On Python 2, ``range`` is a pure-Python backport of Python 3's ``range``
iterator with slicing support. The other iterators (``filter``, ``map``,
``zip``) are from the ``itertools`` module on Python 2. On Python 3 these
are available in the module namespace but not exported for * imports via
__all__ (zero no namespace pollution).

Note that these are also available in the standard library
``future_builtins`` module on Python 2 -- but not Python 3, so using
the standard library version is not portable, nor anywhere near complete.
i(tdivisiontabsolute_importtprint_functionN(tutils(tnewrangetfiltertmaptrangetzip(t__doc__t
__future__RRRt	itertoolstfutureRtPY3tifilterRtimapRtfuture.typesRRtizipRt__all__tbuiltins(((sJ/opt/alt/python27/lib/python2.7/site-packages/future/builtins/iterators.pyt<module>!s