Home | History | Annotate | Download | only in urllib

Lines Matching refs:handler_order

613     handler_order = 500
623 if not hasattr(other, "handler_order"):
626 # classes which are not aware of handler_order).
628 return self.handler_order < other.handler_order
633 handler_order = 1000 # after all other processing
796 handler_order = 100
1203 handler_order = 490 # before Basic auth
1216 handler_order = 490 # before Basic auth