Home
last modified time | relevance | path

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

/third_party/python/PC/
Dmsvcrtmodule.c318 Py_RETURN_NONE; in msvcrt_putch_impl() local
337 Py_RETURN_NONE; in msvcrt_putwch_impl() local
/third_party/python/Modules/
D_tkinter.c1585 Py_RETURN_NONE; in _tkinter_tkapp_adderrorinfo_impl() local
2536 Py_RETURN_NONE; in _tkinter_tkapp_createfilehandler_impl() local
2565 Py_RETURN_NONE; in _tkinter_tkapp_deletefilehandler() local
Dmmapmodule.c227 Py_RETURN_NONE; in mmap_close_method() local
Dposixmodule.c3578 Py_RETURN_NONE; in os_sync_impl() local
9358 Py_RETURN_NONE; in os_closerange_impl() local
D_testcapimodule.c2183 Py_RETURN_NONE; in test_widechar() local
/third_party/python/Include/
Dobject.h654 #define Py_RETURN_NONE return Py_NewRef(Py_None) macro