Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_urllib2.py378 handler_order = 500 variable in MockHandler
426 return self.handler_order < other.handler_order
455 h.handler_order += count
600 for meths, handler_order in [([("http_open", "return self")], 500),
606 h.handler_order = handler_order
/third_party/python/Lib/urllib/
Drequest.py606 handler_order = 500 variable in BaseHandler
621 return self.handler_order < other.handler_order
626 handler_order = 1000 # after all other processing variable in HTTPErrorProcessor
793 handler_order = 100 variable in ProxyHandler
1234 handler_order = 490 # before Basic auth variable in HTTPDigestAuthHandler
1247 handler_order = 490 # before Basic auth variable in ProxyDigestAuthHandler
/third_party/python/Doc/library/
Durllib.request.rst150 A :class:`BaseHandler` subclass may also change its :attr:`handler_order`