Searched refs:handler_order (Results 1 – 6 of 6) sorted by relevance
519 handler_order = 500 variable in BaseHandler534 return self.handler_order < other.handler_order539 handler_order = 1000 # after all other processing variable in HTTPErrorProcessor737 handler_order = 100 variable in ProxyHandler1093 handler_order = 490 # before Basic auth variable in HTTPDigestAuthHandler1106 handler_order = 490 # before Basic auth variable in ProxyDigestAuthHandler
333 handler_order = 500 variable in MockHandler372 return self.handler_order < other.handler_order398 h.handler_order += count518 for meths, handler_order in [524 h.handler_order = handler_order
376 handler_order = 500 variable in MockHandler424 return self.handler_order < other.handler_order453 h.handler_order += count598 for meths, handler_order in [([("http_open", "return self")], 500),604 h.handler_order = handler_order
604 handler_order = 500 variable in BaseHandler619 return self.handler_order < other.handler_order624 handler_order = 1000 # after all other processing variable in HTTPErrorProcessor787 handler_order = 100 variable in ProxyHandler1228 handler_order = 490 # before Basic auth variable in HTTPDigestAuthHandler1241 handler_order = 490 # before Basic auth variable in ProxyDigestAuthHandler
115 :attr:`handler_order` attribute to modify its position in the handlers
145 A :class:`BaseHandler` subclass may also change its :attr:`handler_order`