Home | History | Annotate | Download | only in Objects

Lines Matching defs:_Py_SwappedOp

593 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};

611 res = (*f)(w, v, _Py_SwappedOp[op]);
623 return (*f)(w, v, _Py_SwappedOp[op]);