Home
last modified time | relevance | path

Searched defs:Py_Is (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dobject.h127 #define Py_Is(x, y) ((x) == (y)) macro
/external/python/cpython3/Objects/
Dobject.c2332 int Py_Is(PyObject *x, PyObject *y) in Py_Is() function