Home | History | Annotate | Download | only in Objects

Lines Matching refs:Py_GE

598 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};
882 case Py_GE: c = c >= 0; break;
948 assert(Py_LT <= op && op <= Py_GE);