Home
last modified time | relevance | path

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

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