kr.motd.maven.sphinx.dist.urllib3._collections$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 Mapping MutableMapping threading RLock ! org/python/core/Py # setException M(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException; % &
$ ' ImportError ) getname .(Ljava/lang/String;)Lorg/python/core/PyObject; + ,
- org/python/core/PyException / match (Lorg/python/core/PyObject;)Z 1 2
0 3 EmptyObjects [Lorg/python/core/PyObject; 5 6 $ 7 RLock$1
__module__ : __name__ < org/python/core/PyFunction > f_globals Lorg/python/core/PyObject; @ A B __enter__$2 f_lasti I E F G None I A $ J urllib3/_collections$py L Lorg/python/core/PyCode; D N M O j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V Q R
? S __enter__ U
__exit__$3 W N M X __exit__ Z getf_locals ()Lorg/python/core/PyObject; \ ]
^ 9 N M ` makeClass a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject; b c
$ d java/util/Arrays f fill (([Ljava/lang/Object;Ljava/lang/Object;)V h i
g j java/lang/Throwable l OrderedDict n packages.ordered_dict p packages.six r iterkeys t
itervalues v PY3 x org/python/core/PyList z org/python/core/PyObject | RecentlyUsedContainer ~ org/python/core/PyString ? fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString; ? ?
? ? HTTPHeaderDict ? ([Lorg/python/core/PyObject;)V Q ?
{ ? __all__ ? object ? __call__ 9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; ? ?
} ? _Null ? RecentlyUsedContainer$4 __doc__ ??
Provides a thread-safe dict-like container which maintains up to
``maxsize`` keys while throwing away the least-recently-used keys beyond
``maxsize``.
:param maxsize:
Maximum number of recent elements to retain.
:param dispose_func:
Every time an item is evicted from the container,
``dispose_func(value)`` is called. Callback which will get called
? ContainerCls ?
newInteger (I)Lorg/python/core/PyInteger; ? ?
$ ? I
__init__$5 getlocal (I)Lorg/python/core/PyObject; ? ?
? _maxsize ? __setattr__ ?
} ? dispose_func ? __getattr__ ? ,
} ?
_container ? getglobal ? ,
? lock ? ? N M ? __init__ ?
__getitem__$6 f_exits ? 6 ? org/python/core/ContextGuard ?
getManager <(Lorg/python/core/PyObject;)Lorg/python/core/ContextManager; ? ?
? ? org/python/core/ContextManager ? U ? ? ? pop ? S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
} ? (ILorg/python/core/PyObject;)V ?
? __setitem__ 7(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)V ? ?
} ? =(Lorg/python/core/ThreadState;Lorg/python/core/PyException;)Z Z ? ? ?
makeException ()Lorg/python/core/PyException; ? ?
$ ? ? N M ? __getitem__ ?
__setitem__$7 get ? m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
} ? len ? _gt 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
} ? __nonzero__ ()Z ? ?
} ? popitem ? False ? last ? g(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject; ? ?
} ? unpackSequence 8(Lorg/python/core/PyObject;I)[Lorg/python/core/PyObject; ? ?
$ ? _isnot ? ?
} ? ? N M ?
__delitem__$8 N M __delitem__ __len__$9 N M __len__ __iter__$10 NotImplementedError 7Iteration over this class is unlikely to be threadsafe. 9(Lorg/python/core/PyObject;)Lorg/python/core/PyException; ?
$
N M __iter__ clear$11 list clear ]
} __iternext__ ]
}! N M# keys$12% N M& keys( ? N M* HTTPHeaderDict$13p
:param headers:
An iterable of field-value pairs. Must not contain multiple field names
when compared case-insensitively.
:param kwargs:
Additional field-value pairs to pass in to ``dict.update``.
A ``dict`` like container for storing HTTP Headers.
Field names are stored and compared case-insensitively in compliance with
RFC 7230. Iteration provides the first case-sensitive key seen for each
case-insensitive pair.
Using ``__setitem__`` syntax overwrites fields that compare equal
case-insensitively in order to maintain ``dict``'s api. For fields that
compare equal, instead create a new ``HTTPHeaderDict`` and use ``.add``
in a loop.
If multiple fields that are equal case-insensitively are passed to the
constructor or ``.update``, the behavior is undefined and some will be
lost.
>>> headers = HTTPHeaderDict()
>>> headers.add('Set-Cookie', 'foo=bar')
>>> headers.add('set-cookie', 'baz=quxx')
>>> headers['content-length'] = '7'
>>> headers['SET-cookie']
'foo=bar, baz=quxx'
>>> headers['Content-Length']
'7'
- __init__$14 super0
isinstance2
_copy_from4 extend6/ N M8 __setitem__$15 lower; ? ?
}=: N M? __getitem__$16 , B joinD __getslice__ j(Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;FG
}HA N MJ __delitem__$17 (Lorg/python/core/PyObject;)VM
}NL N MP __contains__$18 _inS ?
}TR N MV __contains__X __eq__$19 __not__[ ]
}\ hasattr^ type` dictb f$20 org/python/core/PyTuplee
f ? java/lang/Objecth
f_savedlocals [Ljava/lang/Object;jk l getGeneratorInput ()Ljava/lang/Object;no
pd N Mr
itermergedt f$21v N Mw _eqy ?
}zZ N M| __eq__~ __ne__$22? N M? __ne__? _HTTPHeaderDict__marker?
__len__$23? N M? __iter__$24 values?? N M? pop$25 ?D.pop(k[,d]) -> v, remove specified key and return the corresponding value.
If key is not found, d is returned if given, otherwise KeyError is raised.
? KeyError? _is? ?
}?? N M?
discard$26? N M? discard? add$27 ?Adds a (name, value) pair, doesn't overwrite the value if it already
exists.
>>> headers = HTTPHeaderDict(foo='bar')
>>> headers.add('Foo', 'baz')
>>> headers['foo']
'bar, baz'
?
setdefault? append?? N M? add? extend$28 ?Generic import function for any type of header-like object.
Adapted version of MutableMapping.update in order to insert items
with self.add instead of self.__setitem__
? TypeError? 9extend() takes at most 1 positional arguments ({0} given)? format? _ge? ?
}? iteritems? items?? N M?
getlist$29 mReturns a list of all the values for the named field. Returns an
empty list if the key doesn't exist.?? N M? getlist?
getheaders? getallmatchingheaders? iget? get_all? __repr__$30 %s(%s)? _mod? ?
}?? N M? __repr__?
_copy_from$31 _add? ?
}?? N M? copy$32? N M? copy? iteritems$33 8Iterate over all header lines, including duplicate ones.?? N M?
itermerged$34 :Iterate over all headers, merging duplicate ones together.?? N M? items$35? N M? from_httplib$36 4Read headers from a Python 2 httplib message object.? headers?
startswith? ? ?
? rstrip? split? :? strip?? N M classmethod from_httplib, N M (Ljava/lang/String;)V org/python/core/PyFunctionTable
()V Q
self Lurllib3/_collections$py; M 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;
$ N M exc_type exc_value traceback maxsize" key$ item& value(
evicted_value* _key, kwargs. val0 other2 _(165_21)4 _(166_21)6 _(x)8 k: v< > vals@ defaultB key_lowerD new_valsF argsH cloneJ clsL messageN lineP getMain ()Lorg/python/core/PyCode; main ([Ljava/lang/String;)V L Q
MWRS
MY org/python/core/CodeLoader[ createSimpleBootstrap 9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;]^
\_ runMain 5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)Vab
$c getCodeBootstrap !()Lorg/python/core/CodeBootstrap; #org/python/core/PyRunnableBootstrapg )getFilenameConstructorReflectionBootstrap 2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;ij
hk
call_function S(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
Mo 9
Mq D
Ms W
Mu ?
Mw ?
My ?
M{ ?
M}
M
M?
M?
M?%
M?,
M?/
M?:
M?A
M?L
M?R
M?Z
M?d
M?v
M??
M??
M??
M??
M??
M??
M??
M??
M??
M??
M??
M??
M??
M??
M??
M? 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/_collections.py org/python/core/ThreadState? 6k Code LineNumberTable StackMap
SourceFile RuntimeVisibleAnnotations ! M ? &