Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c406 sys_gettrace(PyObject *self, PyObject *args) in sys_gettrace() function
989 {"gettrace", sys_gettrace, METH_NOARGS, gettrace_doc},
/external/python/cpython3/Python/
Dsysmodule.c576 sys_gettrace(PyObject *self, PyObject *args) in sys_gettrace() function
1588 {"gettrace", sys_gettrace, METH_NOARGS, gettrace_doc},