Home | History | Annotate | Download | only in Include

Lines Matching defs:Py_GE

943 #define Py_GE 5
958 case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
965 /* Maps Py_LT to Py_GT, ..., Py_GE to Py_LE.