Home | History | Annotate | Download | only in test

Lines Matching refs:handler_order

333     handler_order = 500
369 if not hasattr(other, "handler_order"):
370 # No handler_order, leave in original order. Yuck.
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