kr.motd.maven.sphinx.dist.urllib3.util.selectors$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
???? 1? f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; org/python/core/PyFrame setline (I)V
errno org/python/core/imp importOne H(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject;
setlocal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
math select socket sys time collections java/lang/String !
namedtuple # Mapping %
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject; ' (
) getname .(Ljava/lang/String;)Lorg/python/core/PyObject; + ,
- monotonic / org/python/core/PyObject 1 __getattr__ 3 ,
2 4 org/python/core/Py 6 setException M(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException; 8 9
7 : org/python/core/PyTuple < AttributeError > ImportError @ ([Lorg/python/core/PyObject;)V B C
= D org/python/core/PyException F match (Lorg/python/core/PyObject;)Z H I
G J java/lang/Throwable L
newInteger (I)Lorg/python/core/PyInteger; N O
7 P _lshift 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; R S
2 T
EVENT_READ V EVENT_WRITE X True Z
HAS_SELECT \ object ^ __call__ 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; ` a
2 b _SYSCALL_SENTINEL d None f _DEFAULT_SELECTOR h Exception j
SelectorError l SelectorError$1
__module__ o __name__ q EmptyObjects [Lorg/python/core/PyObject; s t 7 u org/python/core/PyFunction w f_globals Lorg/python/core/PyObject; y z {
__init__$2 super ~ getglobal ? ,
? getlocal (I)Lorg/python/core/PyObject; ? ?
? m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ` ?
2 ? __init__ ? __setattr__ ?
2 ? f_lasti I ? ? ? f z 7 ? urllib3/util/selectors$py ? Lorg/python/core/PyCode; } ? ? ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V B ?
x ?
__repr__$3 ? org/python/core/PyString ? fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString; ? ?
? ? format ? S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ` ?
2 ? ? ? ? ? __repr__ ? __str__$4 ? ? ? ? __str__ ? getf_locals ()Lorg/python/core/PyObject; ? ?
? n ? ? ? makeClass a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject; ? ?
7 ? java/util/Arrays ? fill (([Ljava/lang/Object;Ljava/lang/Object;)V ? ?
? ? _fileobj_to_fd$5 l Return a file descriptor from a file object. If
given an integer will simply return that integer back. ?
isinstance ? int ? __nonzero__ ()Z ? ?
2 ? (ILorg/python/core/PyObject;)V ?
? fileno ? TypeError ?
ValueError ? Invalid file object: {0!r} ?
makeException 9(Lorg/python/core/PyObject;)Lorg/python/core/PyException; ? ?
7 ? _lt ? S
2 ? Invalid file descriptor: {0} ? ? ? ? ? _fileobj_to_fd ? version_info ? _ge ? S
2 ? _syscall_wrapper$6 ? This is the short-circuit version of the below logic
because in Python 3.5+ all system calls automatically restart
and recalculate their timeouts. ?
_callextra ~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
2 ? OSError ? IOError ? error ? value ? z G ? hasattr ? ? ? ? ? _syscall_wrapper _syscall_wrapper$7 ? Wrapper function for syscalls that could fail due to EINTR.
All functions should be retried if there is time left in the timeout
in accordance with PEP 475. get timeout _is S
2
False float newFloat (D)Lorg/python/core/PyFloat;
7 _add S
2 list _notin S
2 4Timeout must be in args or kwargs to be recalculated args __getitem__" S
2# EINTR% _eq' S
2( WSAEINTR* _isnot, S
2- _gt/ S
20 ETIMEDOUT2 g(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject; `4
25 _in7 S
28 _sub: S
2; __setitem__ 7(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)V=>
2? ()Lorg/python/core/PyException; ?A
7B ? ?D SelectorKeyF org/python/core/PyListH fileobjJ fdL eventsN dataP
I D _SelectorMappingS _SelectorMapping$8 __doc__V * Mapping of file objects to selector keys X
__init__$9 _selector[Z ? ?]
__len__$10 len`
_fd_to_keyb_ ? ?d __len__f __getitem__$11 _fileobj_lookupi KeyErrork {0!r} is not registered.mh ? ?o" __iter__$12 itersr ? ?u __iter__wU ? ?y BaseSelector{ BaseSelector$13/ Abstract Selector class
A selector supports registering file objects to be monitored
for specific I/O events.
A file object is a file descriptor or any object with a
`fileno()` method. An arbitrary object can be attached to the
file object which can be used for example to store context info,
a callback, etc.
A selector can use various implementations (select(), poll(), epoll(),
and kqueue()) depending on the platform. The 'DefaultSelector' class uses
the most efficient implementation for the current platform.
~ __init__$14 org/python/core/PyDictionary?
? D _map?? ? ?? _fileobj_lookup$15a Return a file descriptor from a file object.
This wraps _fileobj_to_fd() to do an exhaustive
search in case the object is invalid but we still
have it in our map. Used by unregister() so we can
unregister an object that was previously registered
even if it is closed. It is also used by _SelectorMapping
? values?w ?
2? __iternext__? ?
2?? ? ?? register$16 8 Register a file object for a set of events to monitor. ? __not__? ?
2? _or? S
2?
__invert__? ?
2? _and? S
2? Invalid events: {0!r}? ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; `?
2? ${0!r} (FD {1}) is already registered?? ? ?? register?
unregister$17 0 Unregister a file object from being monitored. ? pop? {0!r} is not registered? EBADF? _ne? S
2?? ? ??
unregister? modify$18 < Change a registered file object monitored events and data. ? ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; `?
2? _replace?? ? ?? modify? select$19 j Perform the actual selection until some monitored file objects
are ready or the timeout expires. ? NotImplementedError?? ? ?? close$20 d Close the selector. This must be called to ensure that all
underlying resources are freed. ? clear?? ? ?? close?
get_key$21 : Return the key associated with a registered file object. ? get_map? RuntimeError? Selector is closed?? ? ?? get_key?
get_map$22 3 Return a mapping of file objects to selector keys ?? ? ?? _key_from_fd$23 _ Return the key associated to a given file descriptor
Return None if it is not found. ?? ? ?? _key_from_fd? __enter__$24? ? ?? __enter__? __exit__$25? ? ?? __exit__?} ? ?? SelectSelector? SelectSelector$26 Select-based selector. __init__$27 set _readers _writers ? ? register$28 add
? ?
unregister$29 discard ? ?
_select$30 ? Wrapper for select.select because timeout is a positional arg ? ? _select select$31 max T(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;)Lorg/python/core/PyObject; `!
2" unpackSequence 8(Lorg/python/core/PyObject;I)[Lorg/python/core/PyObject;$%
7& _ior( S
2) append+ ? ?- ? ?/ poll1 PollSelector3 PollSelector$32 Poll-based selector 6 __init__$33 _poll98 ? ?; register$34 POLLIN> POLLOUT@= ? ?B
unregister$35D ? ?E
_wrap_poll$36 j Wrapper function for select.poll.poll() so that
_syscall_wrapper can work with only seconds. H _leJ S
2K ceilM@?@ _mulQ S
2RG ? ?T
_wrap_pollV select$37X ? ?Y5 ? ?[ epoll]
EpollSelector_ EpollSelector$38 Epoll-based selector b __init__$39 _epolled ? ?g fileno$40i ? ?j register$41 EPOLLINm EPOLLOUTol ? ?q
unregister$42s ? ?t select$43?PbM????? maxevents{v ? ?} close$44 ? ??a ? ?? kqueue? KqueueSelector? KqueueSelector$45 Kqueue / Kevent-based selector ? __init__$46 _kqueue?? ? ?? fileno$47? ? ?? register$48 kevent? KQ_FILTER_READ? KQ_EV_ADD? control? KQ_FILTER_WRITE?? ? ??
unregister$49 KQ_EV_DELETE?? ? ?? select$50 ident? filter?? ? ?? close$51? ? ??? ? ?? _can_allocate$52
Checks that select structs can be allocated by the underlying
operating system, not just advertised by the select module. We don't
check select() because we'll be hopeful that most platforms that
don't have it available will not advertise it. (ie: GAE) ? getattr?? ? ??
_can_allocate? DefaultSelector$53 ? This function serves as a first call for DefaultSelector to
detect if the select module is being monkey-patched incorrectly
by eventlet, greenlet, and preserve proper behavior. ? setglobal?
? !Platform does not have a selector?? ? ?? DefaultSelector? (Ljava/lang/String;)V org/python/core/PyFunctionTable? ()V B?
?? self Lurllib3/util/selectors$py;?? ?? ? 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;??
7? ? ??? errcode? func? _? kwargs? e? recalc_timeout? expires? result? is_interrupt? current_time? selector? key? mapping? r? w? ready?
event_mask? fd_events? events_mask?
max_events? ready_fds kevent_list
old_events struct p getMain ()Lorg/python/core/PyCode; main ([Ljava/lang/String;)V ? B?
?
? org/python/core/CodeLoader createSimpleBootstrap 9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;
runMain 5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V
7 getCodeBootstrap !()Lorg/python/core/CodeBootstrap; #org/python/core/PyRunnableBootstrap )getFilenameConstructorReflectionBootstrap 2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;"#
!$
call_function S(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
?( n
?* }
?, ?
?. ?
?0 ?
?2 ?
?4
?6U
?8Z
?:_
?<h
?>r
?@}
?B?
?D?
?F?
?H?
?J?
?L?
?N?
?P?
?R?
?T?
?V?
?X?
?Z
?\
?^
?`
?b
?d
?f5
?h8
?j=
?lD
?nG
?pX
?ra
?td
?vi
?xl
?zs
?|v
?~
???
???
???
???
???
???
???
???
???
?? org/python/core/PyRunnable? Lorg/python/compiler/APIVersion; % Lorg/python/compiler/MTime; `9?? Lorg/python/compiler/Filename; `/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/urllib3/util/selectors.py org/python/core/ThreadState? t java/lang/Object? Code LineNumberTable StackMap
SourceFile RuntimeVisibleAnnotations ! ?? ? 7 ?? ? n ? } ? ? ? ? ? ? ? ? ? ? U ? Z ? _ ? h ? r ? } ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? 5 ? 8 ? = ? D ? G ? X ? a ? d ? i ? l ? s ? v ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; ? ? W+?
+? N+
-? N+ ? +? N+-? N+
? +? N+-? N+? +? N+-? N+? +? N+-? N+
? +? N+-? N+? ? "N-$S-&S-+? *N-2:+$? :-2:+&? :+? +? .0? 5N+0-? N? O+? ;N-? =Y? 2Y+?? .SY+A? .S? E? K? $+? +? .? 5:+0? :? -?+? ? Q? Q? UN+W-? N+? ? Q? Q? UN+Y-? N+? +[? .N+]-? N+? +_? .,? cN+e-? N+? +g? .N+i-? N+? ? 2N+k? .-__Sm-? ?? ?:+m? :-? ?+)? ? vN? xY+? |-? ?Ƹ ?? ?N+?-? N+:? +? .? 5N? =Y? 2Y? QSY? QS? E-_? ?N? Ι /+;? ? vN? xY+? |-? ?? ?? ?N+-? N? -+G? ? vN? xY+? |-?E? ?? ?N+-? N+? +$? .,G? ??IY? 2YK? ?SYM? ?SYO? ?SYQ? ?S?R? ?N+G-? N+ ?? ? 2N+&? .-__ST-?z? ?:+T? :-? ?+ ?? ? 2N+_? .-__S|-??? ?:+|? :-? ?+? +?? .,+? .? ?? ?? Ι ;+? ? 2N+|? .-__S -?0? ?:+ ? :-? ç +P? +?? .,+? .2? ?? ?? Ι ;+Q? ? 2N+|? .-__S4-?\? ?:+4? :-? ç +?? +?? .,+? .^? ?? ?? Ι ;+?? ? 2N+|? .-__S`-??? ?:+`? :-? ç +ȶ +?? .,+? .?? ?? ?? Ι ;+ɶ ? 2N+|? .-__S?-??? ?:+?? :-? ç +? +?? .,+? .? ?? ???? Ι +? +
? .N+]-? N? +? ? vN? xY+? |-???? ?? ?N+?-? N+5? ? vN? xY+? |-???? ?? ?N+?-? N+? ?? ?? ? ? ? M ? ? "
) : ; G ? ? P Q ? ? ? ? 5? ?
? ? ?? M0 ? ? G 2 ? ? G k ? ? ? ? ? ? ? ?? ? ?? ] ? ?? ? ? ?? ? ? ?? n ? ? }+p+r? .? +? ? vN? xY+? |-? ?? ?N+?-? N+"? ? vN? xY+? |-? ?? ?N+?-? N+%? ? vN? xY+? |-? ?? ?N+?-? N+? ?? ? " % } ? c G+? +? ?,+m? ?+? ?? ??? 5,? cW+ ? +? ?N+? ?
-? ?N+? ?? ?? ?
? ? > &+#? ?? ??? 5,+? ?
? 5? ?N+? ?-? ? # ? ? 4 +&? +? ??? 5,? cN+? ?-? ? &