Home | History | Annotate | Download | only in Include

Lines Matching defs:Py_None

829 #define Py_None (&_Py_NoneStruct)

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