Searched refs:sys_gettrace (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/clinic/ |
D | sysmodule.c.h | 253 {"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/ |
D | sysmodule.c | 406 sys_gettrace(PyObject *self, PyObject *args) in sys_gettrace() function 989 {"gettrace", sys_gettrace, METH_NOARGS, gettrace_doc},
|