Home | History | Annotate | Download | only in python2.7

Lines Matching full:handler_order

494     handler_order = 500
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
712 handler_order = 100
1080 handler_order = 490 # before Basic auth
1093 handler_order = 490 # before Basic auth