Home | History | Annotate | Download | only in test

Lines Matching refs:handler_order

318     handler_order = 500
354 if not hasattr(other, "handler_order"):
355 # No handler_order, leave in original order. Yuck.
357 return self.handler_order < other.handler_order
383 h.handler_order += count
503 for meths, handler_order in [
509 h.handler_order = handler_order