Home | History | Annotate | Download | only in Objects

Lines Matching refs:Py_GE

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

877 case Py_GE: c = c >= 0; break;
943 assert(Py_LT <= op && op <= Py_GE);