Searched defs:Py_RETURN_FALSE (Results 1 – 3 of 3) sorted by relevance
39 #define Py_RETURN_FALSE return Py_False macro
193 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False macro
231 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False macro