kr.motd.maven.sphinx.dist.urllib3.util.url$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
__future__ java/lang/String absolute_import
org/python/core/imp
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject;
setlocal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
collections
namedtuple
exceptions LocationParseError org/python/core/PyList ! org/python/core/PyObject # scheme % org/python/core/PyString ' fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString; ) *
( + auth - host / port 1 path 3 query 5 fragment 7 ([Lorg/python/core/PyObject;)V 9 :
" ; url_attrs = org/python/core/PyTuple ? http A https C None E getname .(Ljava/lang/String;)Lorg/python/core/PyObject; G H
I
@ ; NORMALIZABLE_SCHEMES L Url N __call__ m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; P Q
$ R Url$1
__module__ U __name__ W __doc__ Y ?
Datastructure for representing an HTTP URL. Used as a return value for
:func:`parse_url`. Both the scheme and host are normalized as they are
both case-insensitive according to RFC 3986.
[ org/python/core/Py ] EmptyObjects [Lorg/python/core/PyObject; _ ` ^ a __slots__ c org/python/core/PyFunction e f_globals Lorg/python/core/PyObject; g h i __new__$2 getlocal (I)Lorg/python/core/PyObject; l m
n __nonzero__ ()Z p q
$ r
startswith t __getattr__ v H
$ w / y S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; P {
$ | __not__ ()Lorg/python/core/PyObject; ~
$ ? _add 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
$ ? (ILorg/python/core/PyObject;)V ?
? lower ? 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; P ?
$ ? getglobal ? H
? _in ? ?
$ ? super ? __new__ ? T(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;)Lorg/python/core/PyObject; P ?
$ ? f_lasti I ? ? ? urllib3/util/url$py ? Lorg/python/core/PyCode; k ? ? ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V 9 ?
f ?
hostname$3 @For backwards-compatibility with urlparse. We're nice like that. ? ? ? ? ? property ? hostname ?
request_uri$4 )Absolute path including the query string. ? _isnot ? ?
$ ? ? ? _iadd ? ?
$ ? ? ? ? ? request_uri ? netloc$5 (Network location including host and port ? %s:%d ? _mod ? ?
$ ? ? ? ? ? netloc ? url$6?
Convert self into a url
This function should more or less round-trip with :func:`.parse_url`. The
returned url may not be exactly the same as the url inputted to
:func:`.parse_url`, but it should be equivalent by the RFC (e.g., urls
with a blank port will have : removed).
Example: ::
>>> U = parse_url('http://google.com/mail/')
>>> U.url
'http://google.com/mail/'
>>> Url('http', 'username:password', 'host.com', 80,
... '/path', 'query', 'fragment').url
'http://username:[email protected]:80/path?query#fragment'
? unpackSequence 8(Lorg/python/core/PyObject;I)[Lorg/python/core/PyObject; ? ?
^ ? ? :// ? @ ? : ? str ? # ? ? ? ? ? url ? __str__$7 ? ? ? ? __str__ ? getf_locals ?
? T ? ? ? makeClass a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject; ? ?
^ ? java/util/Arrays ? fill (([Ljava/lang/Object;Ljava/lang/Object;)V ? ?
? ?
split_first$8?
Given a string and an iterable of delimiters, split on the first found
delimiter. Return two split parts and the matched delimiter.
If not found, then the first part is the full input string.
Example::
>>> split_first('foo/bar?baz', '?/=')
('foo', 'bar?baz', '/')
>>> split_first('foo/bar?baz', '123')
('foo/bar?baz', '', None)
Scales linearly with number of delims. Not ideal for large number of delims.
? __iter__ ?
$ ? find ?
newInteger (I)Lorg/python/core/PyInteger; ? ?
^ _lt ?
$ _is ?
$ __iternext__
$ __getslice__ j(Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
$
? ? ? split_first parse_url$9:
Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is
performed to parse incomplete urls. Fields not provided will be None.
Partly backwards-compatible with :mod:`urlparse`.
Example::
>>> parse_url('http://google.com/mail/')
Url(scheme='http', host='google.com', port=None, path='/mail/', ...)
>>> parse_url('google.com:80')
Url(scheme=None, host='google.com', port=80, path=None, ...)
>>> parse_url('/foo?bar')
Url(scheme=None, host=None, port=None, path='/foo', query='bar', ...)
split rsplit __getitem__ ?
$ [ _eq ?
$ ]" isdigit$
makeException 9(Lorg/python/core/PyObject;)Lorg/python/core/PyException;&'
^( int* setException M(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException;,-
^.
ValueError0 org/python/core/PyException2 match (Lorg/python/core/PyObject;)Z45
36 java/lang/Throwable8 ? ?: parse_url< get_host$10 4
Deprecated. Use :func:`parse_url` instead.
?> ? ?A get_hostC E h ^E (Ljava/lang/String;)V org/python/core/PyFunctionTableH ()V 9J
IK self Lurllib3/util/url$py;MN ?O Q 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;ST
^U ? ?W clsYM uri\ s^ delims` min_idxb min_delimd df idxh path_j deliml _hostn pp getMain ()Lorg/python/core/PyCode; main ([Ljava/lang/String;)V ? 9G
?wrs
?y 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/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;
?? T
?? k
?? ?
?? ?
?? ?
?? ?
?? ?
?? ?
??
??>
?? org/python/core/PyRunnable? Lorg/python/compiler/APIVersion; value % Lorg/python/compiler/MTime; `9?? Lorg/python/compiler/Filename; Z/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/urllib3/util/url.py org/python/core/ThreadState? ` Code LineNumberTable StackMap
SourceFile RuntimeVisibleAnnotations ! ?I ? MN ? T ? k ? ? ? ? ? ? ? ? ? ? ? ? ? ? > ? ? ?+?
? N-S-+? N-2:+? :+? ? N-S-+? N-2:+? :+? ? N- S-+? N-2:+ ? :+? ? "Y? $Y&? ,SY.? ,SY0? ,SY2? ,SY4? ,SY6? ,SY8? ,S? -? N+? ? @Y? $YB? ,SYD? ,SY+F? JS? KN+M-? N+? ? $N+? J,O? ,+>? J? S-__SO-? ? ?:+O? :-? ?+c? ? bN? fY+? j-??? ,? ?N+-? N+ ?? ? bN? fY+? j-?;? ,? ?N+=-? N+ ? ? bN? fY+? j-?B@? ,? ?N+D-? N+? ??F? ? &