Home | History | Annotate | Download | only in test

Lines Matching refs:oplist

662         oplist = [
673 oplist.append(('/', '__div__', '__rdiv__'))
676 oplist.append(('/', '__truediv__', '__rtruediv__'))
678 for sym, lop, rop in oplist: