Searched defs:Py_RETURN_NONE (Results 1 – 2 of 2) sorted by relevance
189 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None macro