Home
last modified time | relevance | path

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

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