Searched defs:return_none (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_testcapimodule.c934 return_none(void *unused) function
957 res = Py_BuildValue(fmt, return_none, NULL, arg);
/external/python/cpython3/Modules/
H A D_testcapimodule.c895 return_none(void *unused) function
918 res = Py_BuildValue(fmt, return_none, NULL, arg);

Completed in 199 milliseconds