Searched defs:Py_RETURN_FALSE (Results 1 – 4 of 4) sorted by relevance
26 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False macro
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), 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