/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
urllib2.py | 484 handler_order = 500
variable in class:BaseHandler 494 if not hasattr(other, "handler_order"):
497 # classes which are not aware of handler_order).
499 return self.handler_order < other.handler_order
504 handler_order = 1000 # after all other processing
variable in class:HTTPErrorProcessor 702 handler_order = 100
variable in class:ProxyHandler 1067 handler_order = 490 # before Basic auth variable in class:HTTPDigestAuthHandler 1080 handler_order = 490 # before Basic auth variable in class:ProxyDigestAuthHandler [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/ |
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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_urllib2.py | 313 handler_order = 500
variable in class:MockHandler 349 if not hasattr(other, "handler_order"):
350 # No handler_order, leave in original order. Yuck.
352 return self.handler_order < other.handler_order
378 h.handler_order += count
498 for meths, handler_order in [
504 h.handler_order = handler_order
[all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/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...] |