![JAR search and dependency download from the Maven repository](/logo.png)
kr.motd.maven.sphinx.dist.past.builtins.noniterators$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1X f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; __doc__ 0
This module is designed to be used as follows::
from past.builtins.noniterators import filter, map, range, reduce, zip
And then, for example::
assert isinstance(range(5), list)
The list-producing functions this brings in are::
- ``filter``
- ``map``
- ``range``
- ``reduce``
- ``zip``
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/String division absolute_import print_function org/python/core/imp !
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject; # $
" % setlocal '
( itertools * chain , starmap . importOne H(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject; 0 1
" 2
past.types 4
basestring 6
past.utils 8 PY3 : org/python/core/Py < EmptyObjects [Lorg/python/core/PyObject; > ? = @ org/python/core/PyFunction B f_globals Lorg/python/core/PyObject; D E F flatmap$1 getglobal .(Ljava/lang/String;)Lorg/python/core/PyObject; I J
K
from_iterable M org/python/core/PyObject O __getattr__ Q J
P R map T getlocal (I)Lorg/python/core/PyObject; V W
X __call__ m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; Z [
P \ S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; Z ^
P _ f_lasti I a b c past/builtins/noniterators$py e Lorg/python/core/PyCode; H g f h j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V j k
C l flatmap n getname p J
q __nonzero__ ()Z s t
P u builtins w oldfilter$22
filter(function or None, sequence) -> list, tuple, or string
Return those items of sequence for which function(item) is true.
If function is None, return the items that are true. If sequence
is a tuple or string, return the same type, else return a list.
z type |
newInteger (I)Lorg/python/core/PyInteger; ~
= ? __getitem__ 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
P ? (ILorg/python/core/PyObject;)V ' ?
?
isinstance ? 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; Z ?
P ? join ? filter ?
_callextra ~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
P ? org/python/core/PyTuple ? tuple ? list ? ([Lorg/python/core/PyObject;)V j ?
? ? y g f ? oldfilter ? oldmap$3,
map(function, sequence[, sequence, ...]) -> list
Return a list of the results of applying the function to the
items of the argument sequence(s). If more than one sequence is
given, the function is called with an argument list consisting of
the corresponding item of each sequence, substituting None for
missing values when not all sequences have the same length. If
the function is None, return a list of the items of the sequence
(or a list of tuples if more than one sequence).
Test cases:
>>> oldmap(None, 'hello world')
['h', 'e', 'l', 'l', 'o', ' ', 'w', 'o', 'r', 'l', 'd']
>>> oldmap(None, range(4))
[0, 1, 2, 3]
More test cases are in past.tests.test_builtins.
? zip_longest ? len ? _eq ? ?
P ? org/python/core/PyList ?
? ? None ? _is ? ?
P ? max ? ()V j ?
? ? append ? __iter__ ()Lorg/python/core/PyObject; ? ?
P ? __iternext__ ? ?
P ? dellocal ?
? setException M(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException; ? ?
= ? TypeError ? org/python/core/PyException ? match (Lorg/python/core/PyObject;)Z ? ?
? ? value ? E ? ? java/lang/Throwable ? ? g f ? oldmap ?
oldrange$4 range ? ? g f ? oldrange ? oldzip$5 zip ? ? g f ? oldzip ? functools ? reduce ? __all__ ? __builtin__ ? ? E = ? (Ljava/lang/String;)V org/python/core/PyFunctionTable ?
? ? self Lpast/builtins/noniterators$py; ? ? f ? ? 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; ? ?
= ? g f f items args mytype func iterables
zipped l result _[88_20] item e kwargs getMain ()Lorg/python/core/PyCode; main ([Ljava/lang/String;)V e j ?
f"
f$ org/python/core/CodeLoader& createSimpleBootstrap 9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;()
'* runMain 5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V,-
=. getCodeBootstrap !()Lorg/python/core/CodeBootstrap; #org/python/core/PyRunnableBootstrap2 )getFilenameConstructorReflectionBootstrap 2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;45
36
call_function S(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
f: H
f< y
f> ?
f@ ?
fB ?
fD org/python/core/PyRunnableF Lorg/python/compiler/APIVersion; % Lorg/python/compiler/MTime; `9 K? Lorg/python/compiler/Filename; d/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/past/builtins/noniterators.py org/python/core/ThreadStateO [Ljava/lang/String;Q Code LineNumberTable StackMap
SourceFile RuntimeVisibleAnnotations ! f ? G ? ? g H g y g ? g ? g ? g S 3 ?+? ? +? ? W+? ? N-S-S- S-+? &N-2:+? ):-2:+? ):-2:+ ? ):+? +? N--S-/S-+? &N-2:+-? ):-2:+/? ):+? ++? 3N++-? )N+? 5? N-7S-+? &N-2:+7? ):+? 9? N-;S-+? &N-2:+;? ):+? ? AN? CY+? G-? i? mN+o-? )N+ ? +;? r? v??+!? x+? 3N+x-? )N+$? ? AN? CY+? G-? ?{? ? mN+?-? )N+8? ? AN? CY+? G-? ??? ? mN+?-? )N+ ?? ? AN? CY+? G-? ?? mN+?-? )N+ ?? ? AN? CY+? G-? ?? mN+?-? )N+? +?? rN+?-? )N+? +ڶ rN+U-? )N+? +? rN+?-? )N+? ?? N-?S-+? &N-2:+?? ):+? +? rN+?-? )N+? ? ?Y? PY?? SYU? SYݸ SY? SY? S? ?N+?-? )N? ?+ ? ?+? 3N+?-? )N+? +? r?? SN+?-? )N+? +? rU? SN+U-? )N+
? +? rݶ SN+?-? )N+? +? r? SN+?-? )N+? +? r? SN+?-? )N+? ? ?Y? A? ?N+?-? )N+? d? ? T j ! $ 8 ? ?
U $ ? f P ? f P H S I 1+? +-? LN? S,+U? L,+? Y+? Y? ]? `N+? d-? T y S ?
\++? {? W+,? +}? L,+? Y? ?? ?? `N+-? ?N+-? +?? L,+? Y? ?? ?+7? L? ]? v? H+.? +? Y,? ??? S,+x? L?? S? AN? :+? Y-^X? ?N? `N+? d-?+/? +?? L,+? Y? ?? ?? ?Y? PY+?? LSY+?? LS? ?? ]? v? B+0? +? Y,+x? L?? S? A:? :+? Y^X? ?:? `N+? d-?+3? +?? L,+x? L?? S? A:? :+? Y^X? ?:? `N+? d-? T + , - . / 0 3U " ? f P f P ? S K +L? ?? W+M? ++? L?? S? AN? :+? Y-^X? ?NN+-? ?N+N? +?? L,+? Y? `N+-? ?N+O? +?? L,+? Y? `N? ?-_? ?N? v? +P? ? ?Y? A? ?N+? d-?+Q? +? Y:+?? L_? ?:? v? +R? +? Y:+? ?:? 3+T? +?? L,+/? L,+? Y+? Y? ]? `:+? ?:+X? +?? L,? ?Y? ?Y?? S:+? ?:+X? +? Y? ?:? ++? ?+X? +? Y,+?? L,+? Y? `? `W+X? ? ?:???+X? +? Ŷ `:? ?_? ?:? v? /+Y? +?? L,+-? LN? S,+? Y? `? `N+? d-?? 5+? ?:+˶ L? љ ? ?:+? ?:+]? ? ?+^? +? YN+? d-? ?? ???? ? T B L M N O P Q R T X X X X X Y ] ^U ? ? f PR ? f P f P B f P P P PP ?j f P P PP ?? f P P P ? f P P ?? f P P ? f P P ? ? S Z B+ ?? +?? L,+x? Lݶ S? AN? :+? Y+? Y-^X? ?N? `N+? d-? T ? ? S Z B+ ?? +?? L,+x? L? S? AN? :+? Y+? Y-^X? ?N? `N+? d-? T ? j ? S -
!*? ?*? ?? M,+?? ?0 ? ?? M,S,S,+o? ?0? ? i? M,S,
S,+?$? ?0? ? ?? M,S,S,S,S,S,S,S,S,+?8? ?0? ? ?? M,S,S,+? ?? ?0? ? ?? M,S,S,+? ?? ?0? ? ? S ?? S ! ? fY!?#?%?+*?/? 01 S f?7? 89 S F*,-? @ ( , 0 4 8 ;??=?????A??C??E?? U ? , f P f P 0 f P f P 4 f P f P 8 f P f P <