Home
last modified time | relevance | path

Searched refs:handler_order (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py313 handler_order = 500 variable in MockHandler
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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py484 handler_order = 500 variable in BaseHandler
499 return self.handler_order < other.handler_order
504 handler_order = 1000 # after all other processing variable in HTTPErrorProcessor
702 handler_order = 100 variable in ProxyHandler
1067 handler_order = 490 # before Basic auth variable in HTTPDigestAuthHandler
1080 handler_order = 490 # before Basic auth variable in ProxyDigestAuthHandler