Home | History | Annotate | Download | only in python2.7

Lines Matching defs:Py_None

839 #define Py_None (&_Py_NoneStruct)
841 /* Macro for returning Py_None from a function */
842 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None