HomeSort by relevance Sort by last modified time
    Searched defs:Py_None (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 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
    [all...]

Completed in 272 milliseconds