OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handler_order
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py
318
handler_order
= 500
variable in class:MockHandler
354
if not hasattr(other, "
handler_order
"):
355
# No
handler_order
, leave in original order. Yuck.
357
return self.
handler_order
< other.
handler_order
383
h.
handler_order
+= count
503
for meths,
handler_order
in [
509
h.
handler_order
=
handler_order
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py
494
handler_order
= 500
variable in class:BaseHandler
504
if not hasattr(other, "
handler_order
"):
507
# classes which are not aware of
handler_order
).
509
return self.
handler_order
< other.
handler_order
514
handler_order
= 1000 # after all other processing
variable in class:HTTPErrorProcessor
712
handler_order
= 100
variable in class:ProxyHandler
1080
handler_order
= 490 # before Basic auth
variable in class:HTTPDigestAuthHandler
1093
handler_order
= 490 # before Basic auth
variable in class:ProxyDigestAuthHandler
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py
318
handler_order
= 500
variable in class:MockHandler
354
if not hasattr(other, "
handler_order
"):
355
# No
handler_order
, leave in original order. Yuck.
357
return self.
handler_order
< other.
handler_order
383
h.
handler_order
+= count
503
for meths,
handler_order
in [
509
h.
handler_order
=
handler_order
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py
494
handler_order
= 500
variable in class:BaseHandler
504
if not hasattr(other, "
handler_order
"):
507
# classes which are not aware of
handler_order
).
509
return self.
handler_order
< other.
handler_order
514
handler_order
= 1000 # after all other processing
variable in class:HTTPErrorProcessor
712
handler_order
= 100
variable in class:ProxyHandler
1080
handler_order
= 490 # before Basic auth
variable in class:HTTPDigestAuthHandler
1093
handler_order
= 490 # before Basic auth
variable in class:ProxyDigestAuthHandler
[
all
...]
Completed in 838 milliseconds