Searched defs:Py_Is (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Include/ | ||
| D | object.h | 127 #define Py_Is(x, y) ((x) == (y)) macro |
| /external/python/cpython3/Objects/ | ||
| D | object.c | 2332 int Py_Is(PyObject *x, PyObject *y) in Py_Is() function |