Searched refs:opid (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dobject.pxd59 object PyObject_RichCompare(object o1, object o2, int opid)
62 # opid, which must be one of Py_LT, Py_LE, Py_EQ, Py_NE, Py_GT, or
66 # opid. Returns the value of the comparison on success, or NULL on
69 bint PyObject_RichCompareBool(object o1, object o2, int opid) except -1
71 # opid, which must be one of Py_LT, Py_LE, Py_EQ, Py_NE, Py_GT, or
75 # op o2", where op is the operator corresponding to opid.

Completed in 927 milliseconds