All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.motd.maven.sphinx.dist.future.builtins.iterators$py.class Maven / Gradle / Ivy

There is a newer version: 2.10.0
Show newest version
????1?f$0R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;__doc__?
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.
org/python/core/PyStringfromInterned.(Ljava/lang/String;)Lorg/python/core/PyString;	

org/python/core/PyFrame
	setglobal/(Ljava/lang/String;Lorg/python/core/PyObject;)V
setline(I)V

__future__java/lang/Stringdivisionabsolute_importprint_functionorg/python/core/imp!
importFrom\(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject;#$
"%setlocal'
(	itertools*	importOneH(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject;,-
".future0utils2getname.(Ljava/lang/String;)Lorg/python/core/PyObject;45
6PY38org/python/core/PyObject:__getattr__<5
;=__not__()Lorg/python/core/PyObject;?@
;A__nonzero__()ZCD
;EifilterGfilterIimapKmapMfuture.typesOnewrangeQrangeSizipUzipWorg/python/core/PyListY([Lorg/python/core/PyObject;)V[\
Z]__all___builtinsaorg/python/core/PycEmptyObjectsorg/python/core/PyObject;ef	dgf_lastiIij	kNoneLorg/python/core/PyObject;mn	do(Ljava/lang/String;)Vorg/python/core/PyFunctionTabler()V[t
suselfLfuture/builtins/iterators$py;future/builtins/iterators$pyywx	z{Lorg/python/core/PyCode;~newCode?(I[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZZLorg/python/core/PyFunctionTable;I[Ljava/lang/String;[Ljava/lang/String;II)Lorg/python/core/PyCode;??
d?}	z?getMain()Lorg/python/core/PyCode;main([Ljava/lang/String;)Vy[q
z???
z?org/python/core/CodeLoader?createSimpleBootstrap9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;??
??runMain5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V??
d?getCodeBootstrap!()Lorg/python/core/CodeBootstrap;#org/python/core/PyRunnableBootstrap?)getFilenameConstructorReflectionBootstrap2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;??
??
call_functionS(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
z?org/python/core/PyRunnable? Lorg/python/compiler/APIVersion;value%Lorg/python/compiler/MTime;`9 G?Lorg/python/compiler/Filename;c/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/future/builtins/iterators.pyorg/python/core/ThreadState?fCodeLineNumberTableStackMap
SourceFileRuntimeVisibleAnnotations!zs?wx}??"+??+!??W+#??N-S-S- S-+?&N-2:+?):-2:+?):-2:+ ?):+%?++?/N++-?)N+&?1?N-3S-+?&N-2:+3?):+(?+3?79?>?B?F??+)?++?7H?>N+J-?)N+*?++?7L?>N+N-?)N++?P?N-RS-+?&N-2:+T?):+,?++?7V?>N+X-?)N+-??ZY?;YJ?SYN?SYT?SYX?S?^N+`-?)N??+/?b+?/N+b-?)N+0?+b?7J?>N+J-?)N+1?+b?7N?>N+N-?)N+2?+b?7T?>N+T-?)N+3?+b?7X?>N+X-?)N+4??ZY?h?^N+`-?)N+?l?p??B!#%&()*+,-/01234?&|z??z?[q?2
&*?v*?|?M,+?|0???????????	??? ?zY???????*???	???z??????d*,-??????4z?z?z?z??????I???J???s?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy