Searched defs:Py_IsNone (Results 1 – 7 of 7) sorted by relevance
117 # define Py_IsNone(x) Py_Is(x, Py_None) macro
651 #define Py_IsNone(x) Py_Is((x), Py_None) macro
2452 int Py_IsNone(PyObject *x) in Py_IsNone() function