Home
last modified time | relevance | path

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

/external/python/cpython3/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
/external/python/cpython2/Python/
Dsysmodule.c406 sys_gettrace(PyObject *self, PyObject *args) in sys_gettrace() function
989 {"gettrace", sys_gettrace, METH_NOARGS, gettrace_doc},