Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/clinic/
Dsysmodule.c.h278 sys_gettrace_impl(PyObject *module);
283 return sys_gettrace_impl(module); in sys_gettrace()
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c1040 sys_gettrace_impl(PyObject *module) in sys_gettrace_impl() function