Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Durllib2.py519 handler_order = 500 variable in BaseHandler
534 return self.handler_order < other.handler_order
539 handler_order = 1000 # after all other processing variable in HTTPErrorProcessor
737 handler_order = 100 variable in ProxyHandler
1093 handler_order = 490 # before Basic auth variable in HTTPDigestAuthHandler
1106 handler_order = 490 # before Basic auth variable in ProxyDigestAuthHandler
/external/python/cpython2/Lib/test/
Dtest_urllib2.py333 handler_order = 500 variable in MockHandler
372 return self.handler_order < other.handler_order
398 h.handler_order += count
518 for meths, handler_order in [
524 h.handler_order = handler_order
/external/python/cpython3/Lib/test/
Dtest_urllib2.py376 handler_order = 500 variable in MockHandler
424 return self.handler_order < other.handler_order
453 h.handler_order += count
598 for meths, handler_order in [([("http_open", "return self")], 500),
604 h.handler_order = handler_order
/external/python/cpython3/Lib/urllib/
Drequest.py604 handler_order = 500 variable in BaseHandler
619 return self.handler_order < other.handler_order
624 handler_order = 1000 # after all other processing variable in HTTPErrorProcessor
787 handler_order = 100 variable in ProxyHandler
1228 handler_order = 490 # before Basic auth variable in HTTPDigestAuthHandler
1241 handler_order = 490 # before Basic auth variable in ProxyDigestAuthHandler
/external/python/cpython2/Doc/library/
Durllib2.rst115 :attr:`handler_order` attribute to modify its position in the handlers
/external/python/cpython3/Doc/library/
Durllib.request.rst145 A :class:`BaseHandler` subclass may also change its :attr:`handler_order`