Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dsysmodule.c.h256 sys_gettrace_impl(PyObject *module);
261 return sys_gettrace_impl(module); in sys_gettrace()
/third_party/python/Python/
Dsysmodule.c1061 sys_gettrace_impl(PyObject *module) in sys_gettrace_impl() function