Home
last modified time | relevance | path

Searched refs:sys_mdebug_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/clinic/
Dsysmodule.c.h652 sys_mdebug_impl(PyObject *module, int flag);
664 return_value = sys_mdebug_impl(module, flag); in sys_mdebug()
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c1613 sys_mdebug_impl(PyObject *module, int flag) in sys_mdebug_impl() function