Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dsysmodule.c.h15 sys_addaudithook_impl(PyObject *module, PyObject *hook);
31 return_value = sys_addaudithook_impl(module, hook); in sys_addaudithook()
/third_party/python/Python/
Dsysmodule.c444 sys_addaudithook_impl(PyObject *module, PyObject *hook) in sys_addaudithook_impl() function