Home
last modified time | relevance | path

Searched defs:Py_RETURN_NONE (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dobject.h877 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None macro
/external/python/cpython2/Modules/
D_elementtree.c112 #define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None macro
Dposixmodule.c6656 Py_RETURN_NONE; in posix_closerange() local