Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dsysmodule.c.h253 {"gettrace", (PyCFunction)sys_gettrace, METH_NOARGS, sys_gettrace__doc__},
259 sys_gettrace(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_gettrace() function