Home | History | Annotate | Download | only in Include

Lines Matching defs:Py_None

841 #define Py_None (&_Py_NoneStruct)

843 /* Macro for returning Py_None from a function */
844 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None